98 lines
2.3 KiB
HTML
98 lines
2.3 KiB
HTML
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<HTML><HEAD><TITLE>Man page of pcxtoppm</TITLE>
|
|
</HEAD><BODY>
|
|
<H1>pcxtoppm</H1>
|
|
Section: User Commands (1)<BR>Updated: 9 April 1990<BR><A HREF="#index">Index</A>
|
|
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
|
|
|
|
<A NAME="ixAAB"></A>
|
|
<A NAME="lbAB"> </A>
|
|
<H2>NAME</H2>
|
|
|
|
pcxtoppm - convert a PCX file into a portable pixmap
|
|
<P>
|
|
<A NAME="lbAC"> </A>
|
|
<H2>SYNOPSIS</H2>
|
|
|
|
<B>pcxtoppm</B>
|
|
|
|
[<B>-stdpalette</B>]
|
|
|
|
[<B>-verbose</B>]
|
|
|
|
[<I>pcxfile</I>]
|
|
|
|
<P>
|
|
<A NAME="lbAD"> </A>
|
|
<H2>DESCRIPTION</H2>
|
|
|
|
Reads a PCX file as input.
|
|
<A NAME="ixAAC"></A>
|
|
Produces a portable pixmap as output.
|
|
Supported PCX types are:
|
|
<DL COMPACT>
|
|
<DT id="1">Colormapped files with 2-16 colors.<DD>
|
|
"Packed pixel" format (1, 2 or 4 bits/pixel, 1 plane) or bitplane format (1
|
|
bit/pixel, 1-4 planes). The program checks the colormap and uses an internal
|
|
one if the provided colormap is completely black.
|
|
<DT id="2">Colormapped files with 256 colors<DD>
|
|
8 bits/pixel, 1 plane, colormap at the end of the file.
|
|
<DT id="3">24bit truecolor files<DD>
|
|
24bit RGB: 8 bits/pixel, 3 planes.
|
|
<DT id="4">32bit truecolor files<DD>
|
|
24bit RGB + 8bit intensity: 8 bits/pixel, 4 planes.
|
|
<P>
|
|
</DL>
|
|
<A NAME="lbAE"> </A>
|
|
<H2>OPTIONS</H2>
|
|
|
|
<DL COMPACT>
|
|
<DT id="5"><B>-stdpalette</B>
|
|
|
|
<DD>
|
|
Enforce the use of the internal colormap for files with 16 colors or less.
|
|
<P>
|
|
</DL>
|
|
<A NAME="lbAF"> </A>
|
|
<H2>SEE ALSO</H2>
|
|
|
|
<B><A HREF="/cgi-bin/man/man2html?1+ppmtopcx">ppmtopcx</A></B>(1),
|
|
|
|
<B><A HREF="/cgi-bin/man/man2html?5+ppm">ppm</A></B>(5)
|
|
|
|
<P>
|
|
<A NAME="lbAG"> </A>
|
|
<H2>AUTHORS</H2>
|
|
|
|
Copyright (C) 1990 by Michael Davidson.
|
|
<BR>
|
|
|
|
Modified 1994 by Ingo Wilken (<A HREF="mailto:Ingo.Wilken@informatik.uni-oldenburg.de">Ingo.Wilken@informatik.uni-oldenburg.de</A>)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<P>
|
|
<P>
|
|
|
|
<HR>
|
|
<A NAME="index"> </A><H2>Index</H2>
|
|
<DL>
|
|
<DT id="6"><A HREF="#lbAB">NAME</A><DD>
|
|
<DT id="7"><A HREF="#lbAC">SYNOPSIS</A><DD>
|
|
<DT id="8"><A HREF="#lbAD">DESCRIPTION</A><DD>
|
|
<DT id="9"><A HREF="#lbAE">OPTIONS</A><DD>
|
|
<DT id="10"><A HREF="#lbAF">SEE ALSO</A><DD>
|
|
<DT id="11"><A HREF="#lbAG">AUTHORS</A><DD>
|
|
</DL>
|
|
<HR>
|
|
This document was created by
|
|
<A HREF="/cgi-bin/man/man2html">man2html</A>,
|
|
using the manual pages.<BR>
|
|
Time: 00:05:22 GMT, March 31, 2021
|
|
</BODY>
|
|
</HTML>
|