1Winicontopam User Manual(0)                        Winicontopam User Manual(0)
2
3
4

NAME

6       winicontopam  - convert a Microsoft Windows icon file into a Netpbm PAM
7       file
8
9
10

SYNOPSIS

12       winicontopam  [-image=index  |   -allimages]   [-andmasks]   [-verbose]
13       [icon_file]
14
15       All  options  can  be abbreviated to their shortest unique prefix.  You
16       may use two hyphens instead of one to designate an option.  You may use
17       either  white  space  or  equals  signs  between an option name and its
18       value.
19
20

DESCRIPTION

22       This program is part of Netpbm(1).
23
24       winicontopam reads a Microsoft Windows icon file and converts it to one
25       or more RGB_ALPHA Netpbm PAM files.
26
27       The  transparency  channel  is  copied from the 8-bit transparency data
28       from the icon, if present.  If no 8-bit transparency data is available,
29       the transparency channel is constructed from the so-called "AND mask".
30
31       The output goes to Standard Output.
32
33       The  output is a multi-image PAM file.  If you want a separate file for
34       each image, use pamsplit(1).
35
36
37

OPTIONS

39       In addition to the options common to all programs  based  on  libnetpbm
40       (most  notably -quiet, see Common Options ⟨index.html#commonoptions⟩ ),
41       winicontopam recognizes the following command line options:
42
43
44
45
46       -allimages
47              Convert all images in the input.
48
49              You may not specify this together with -image.
50
51              By default, winicontopam converts only the  one  "best  quality"
52              image (largest, then most bits per pixel).
53
54
55       -image=index
56              Convert image number index (starting with zero).
57
58              You may not specify this together with -allimages.
59
60              By  default,  winicontopam  converts  the  "best  quality" image
61              (largest, then most bits per pixel).
62
63
64       -andmasks
65              If the image to be extracted contains  both  8-bit  transparency
66              data and AND mask, write a five-channel Netpbm PAM file with the
67              AND mask stored to the fifth plane.
68
69
70       -verbose
71              Print more messages
72
73
74
75
76

SEE ALSO

78       ·
79
80              pamtowinicon(1)
81
82       ·
83
84              winicontoppm(1)
85
86       ·
87
88              pamsplit(1)
89
90       ·
91
92              pam(1)
93
94       ·
95
96              winicon(1)
97
98
99       For  information  on  the   PNG   format,   see   http://schaik.com/png
100http://schaik.com/png⟩ .
101
102
103

HISTORY

105       winicontopam  was  new in Netpbm 10.63 (June 2013).  It obsoleted wini‐
106       contoppm by providing more function and  conforming  better  to  Netpbm
107       conventions.
108
109
110

AUTHOR

112       Copyright (C) 2013 by Ludolf Holzheid.
113
114       Translated to Netpbm coding style by Bryan Henderson.
115

DOCUMENT SOURCE

117       This  manual  page was generated by the Netpbm tool 'makeman' from HTML
118       source.  The master documentation is at
119
120              http://netpbm.sourceforge.net/doc/winicontopam.html
121
122netpbm documentation             12 April 2013     Winicontopam User Manual(0)
Impressum