1Pcxtoppm User Manual(0) Pcxtoppm User Manual(0)
2
3
4
6 pcxtoppm - convert a PCX file into a PPM image
7
8
10 pcxtoppm [-stdpalette] [-verbose] [pcxfile]
11
12
14 This program is part of Netpbm(1).
15
16 pcxtoppm reads a PCX file as input and produces a PPM image as output.
17
18 pcxtoppm recognizes the following PCX types:
19
20
21
22 · Colormapped files with 2-16 colors.
23
24 "Packed pixel" format (1, 2 or 4 bits/pixel, 1 plane) or bit‐
25 plane format (1 bit/pixel, 1-4 planes). The program uses a pre‐
26 defined standard palette if the image does not provide one.
27 "Does not provide one" means the palette in the PCX header is
28 completely black.
29
30
31 · Colormapped files with 256 colors.
32
33 8 bits/pixel, 1 plane, colormap at the end of the file.
34
35
36 · 24bit truecolor files.
37
38 24bit RGB: 8 bits/pixel, 3 planes.
39
40
41 · 32bit truecolor files.
42
43 24bit RGB + 8bit intensity: 8 bits/pixel, 4 planes.
44
45
46
47
49 In addition to the options common to all programs based on libnetpbm
50 (most notably -quiet, see
51 Common Options ⟨index.html#commonoptions⟩ ), pcxtoppm recognizes the
52 following command line options:
53
54
55
56 -stdpalette
57 This option causes pcxtoppm to use its predefined standard pal‐
58 ette even if the PCX image provides its own. This is meaningful
59 only for an image in the 16 color paletted PCX format.
60
61 The image may appear to provide its own palette but in fact be
62 created by a program too primitive to understand palettes that
63 created a random palette by accident.
64
65
66 -verbose
67 Report details of the PCX header.
68
69
70
71
73 ppmtopcx(1), ppm(1)
74
75
77 Copyright 1990 by Michael Davidson.
78
79 Modified 1994 by Ingo Wilken (Ingo.Wilken@informatik.uni-oldenburg.de)
80
82 This manual page was generated by the Netpbm tool 'makeman' from HTML
83 source. The master documentation is at
84
85 http://netpbm.sourceforge.net/doc/pcxtoppm.html
86
87netpbm documentation 19 April 2004 Pcxtoppm User Manual(0)