Penguin
Blame: ppmtowinicon(1)
EditPageHistoryDiffInfoLikePages
Annotated edit history of ppmtowinicon(1) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 ppmtowinicon
2 !!!ppmtowinicon
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 OPTIONS
7 SEE ALSO
8 AUTHOR
9 ----
10 !!NAME
11
12
13 ppmtowinicon - convert 1 or more portable pixmaps into a Windows .ico file
14 !!SYNOPSIS
15
16
17 __ppmtowinicon__ [[''-andppms''] [[''-output
18 output.ico''] [[''ppmfiles''...'']''
19 !!DESCRIPTION
20
21
22 Reads one or more portable pixmaps as input. Produces a
23 Microsoft Windows .ico file as output.
24
25
26 A Windows icon contains 1 or more images, at different
27 resolutions and color depths.
28
29
30 Microsoft recommends including at least the following
31 formats in each icon.
32
33
34 16 x 16 - 4 bpp
35
36
37 32 x 32 - 4 bpp
38
39
40 48 x 48 - 8 bpp
41
42
43 Default I/O is STDIN/STDOUT.
44 !!OPTIONS
45
46
47 __-andppms__
48
49
50 If this option is given, every other file is read as a
51 bitmask to be used by windows for transparancy data for the
52 previous image. (These are set to blank by
53 default.)
54
55
56 __-output output.ico__
57
58
59 File to write. By default, the icon is written to
60 stdout.
61 !!SEE ALSO
62
63
64 winicontoppm(1), ppm(5)
65 !!AUTHOR
66
67
68 Copyright (C) 2000 by Lee Benfield.
69 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.