pcxtoppm - Man Page

convert a PCX file into a PPM image

Examples (TL;DR)

Synopsis

pcxtoppm [-stdpalette] [-verbose] [pcxfile]

Description

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:

Options

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:

-stdpalette

This option causes pcxtoppm to use its predefined standard  palette even if the PCX image provides its own.  This is meaningful only for an image in the 16 color paletted PCX format.

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.

-verbose

Report details of the PCX header.

See Also

ppmtopcx(1), ppm(1)

Authors

Copyright 1990 by Michael Davidson.

Modified 1994 by Ingo Wilken (Ingo.Wilken@informatik.uni-oldenburg.de)

Document Source

This manual page was generated by the Netpbm tool 'makeman' from HTML source.  The master documentation is at

http://netpbm.sourceforge.net/doc/pcxtoppm.html

Referenced By

ppmtopcx(1).

19 April 2004 netpbm documentation