Pcxtoppm User Manual(1) | General Commands Manual | Pcxtoppm User Manual(1) |
pcxtoppm - convert a PCX file into a PPM image
pcxtoppm [-stdpalette] [-verbose] [pcxfile]
This program is part of Netpbm(1).
pcxtoppm reads a PCX file as input and produces a PPM image as output.
pcxtoppm recognizes the following PCX types:
"Packed pixel" format (1, 2 or 4 bits/pixel, 1 plane) or bitplane format (1 bit/pixel, 1-4 planes). The program uses a predefined standard palette if the image does not provide one. "Does not provide one" means the palette in the PCX header is completely black.
8 bits/pixel, 1 plane, colormap at the end of the file.
24bit RGB: 8 bits/pixel, 3 planes.
24bit RGB + 8bit intensity: 8 bits/pixel, 4 planes.
In addition to the options common to all programs based on
libnetpbm (most notably -quiet, see
Common Options ), pcxtoppm recognizes the following command line
options:
The image may appear to provide its own palette but in fact be created by a program too primitive to understand palettes that created a random palette by accident.
Copyright 1990 by Michael Davidson.
Modified 1994 by Ingo Wilken (Ingo.Wilken@informatik.uni-oldenburg.de)
This manual page was generated by the Netpbm tool 'makeman' from HTML source. The master documentation is at
19 April 2004 | netpbm documentation |