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 -stdpalette
50 This option causes pcxtoppm to use its predefined standard pal‐
51 ette even if the PCX image provides its own. This is meaningful
52 only for an image in the 16 color paletted PCX format.
53
54 The image may appear to provide its own palette but in fact be
55 created by a program too primitive to understand palettes that
56 created a random palette by accident.
57
58
59
60
62 ppmtopcx(1), ppm(1)
63
64
66 Copyright 1990 by Michael Davidson.
67
68 Modified 1994 by Ingo Wilken (Ingo.Wilken@informatik.uni-oldenburg.de)
69
71 This manual page was generated by the Netpbm tool 'makeman' from HTML
72 source. The master documentation is at
73
74 http://netpbm.sourceforge.net/doc/pcxtoppm.html
75
76netpbm documentation 19 April 2004 Pcxtoppm User Manual(0)