about summary refs log tree commit diff
path: root/pnmquant.html
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2006-12-25 03:06:05 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2006-12-25 03:06:05 +0000
commit1017cbebe5d5edd859e0fddad0a8600f509f4821 (patch)
tree78bdf336648566f7a7d55f42837357dea3dd674c /pnmquant.html
parent16f2ac126651015a376eba864a3a35f738b0b25a (diff)
downloadnetpbm-mirror-1017cbebe5d5edd859e0fddad0a8600f509f4821.tar.gz
netpbm-mirror-1017cbebe5d5edd859e0fddad0a8600f509f4821.tar.xz
netpbm-mirror-1017cbebe5d5edd859e0fddad0a8600f509f4821.zip
Place user guide into Subversion repository
git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@181 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'pnmquant.html')
-rw-r--r--pnmquant.html76
1 files changed, 76 insertions, 0 deletions
diff --git a/pnmquant.html b/pnmquant.html
new file mode 100644
index 00000000..cf97e37a
--- /dev/null
+++ b/pnmquant.html
@@ -0,0 +1,76 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML><HEAD><TITLE>Pnmquant User Manual</TITLE></HEAD>
+<BODY>
+<H1>pnmquant</H1>
+Updated: 22 October 2003
+<BR>
+<A HREF="#index">Table Of Contents</A>
+
+<A NAME="lbAB">&nbsp;</A>
+<H2>NAME</H2>
+pnmquant - quantize the colors in a Netpbm image to a smaller set
+
+<A NAME="lbAC">&nbsp;</A>
+<H2>SYNOPSIS</H2>
+
+<B>pnmquant</B>
+[<B>-center</B>|<B>-meancolor</B>|<B>-meanpixel</B>]
+[<B>-floyd</B>|<B>-fs</B>]
+[<B>-nofloyd</B>|<B>-nofs</B>]
+[<B>-spreadbrightness</B>|<B>-spreadluminosity</B>]
+<I>ncolors</I>
+[<I>pnmfile</I>]
+
+<P>
+All options can be abbreviated to their shortest unique prefix.  You
+may use two hyphens instead of one to designate an option.  You may
+use either white space or equals signs between an option name and its
+value.
+
+<A NAME="lbAD">&nbsp;</A>
+<H2>DESCRIPTION</H2>
+
+<p>This program is part of <a href="index.html">Netpbm</a>.
+
+<p><b>pnmquant</b> reads a PNM image as input.  It chooses <I>ncolors</I>
+colors to best represent the image, maps the existing colors
+to the new ones, and writes a PNM image as output.
+
+<P>This program is simply a combination of <B>pnmcolormap</B> and
+<B>pnmremap</B>, where the colors of the input are remapped using a
+color map which is generated from the colors in that same input.  The
+options have the same meaning as in those programs.  See their
+documentation to understand <B>pnmquant</B>.
+
+<P>It is much faster to call <B>pnmcolormap</B> and <B>pnmremap</B>
+directly than to run <B>pnmquant</B>.  You save the overhead of the
+Perl interpreter and creating two extra processes.  <B>pnmquant</B> is
+just a convenience.
+
+<p><b>pnmquant</b> did not exist before Netpbm 9.21 (January 2001).
+Before that, <b>ppmquant</b> did the same thing, but only on PPM
+images.  <b>ppmquant</b> continues to exist, but is only a front end
+(for name compatibility) to <b>pnmquant</b>.
+
+<A NAME="lbAE">&nbsp;</A>
+<H2>SEE ALSO</H2>
+
+<B><A HREF="pnmcolormap.html">pnmcolormap</A></B>,
+<B><A HREF="pnmremap.html">pnmremap</A></B>,
+<B><A HREF="ppmquantall.html">ppmquantall</A></B>,
+<B><A HREF="pamdepth.html">pamdepth</A></B>,
+<B><A HREF="ppmdither.html">ppmdither</A></B>,
+<B><A HREF="ppmquant.html">ppmquant</A></B>,
+<B><A HREF="pnm.html">pnm</A></B>
+
+<HR>
+<A NAME="index">&nbsp;</A>
+<H2>Table Of Contents</H2>
+<UL>
+<LI><A HREF="#lbAB">NAME</A>
+<LI><A HREF="#lbAC">SYNOPSIS</A>
+<LI><A HREF="#lbAD">DESCRIPTION</A>
+<LI><A HREF="#lbAE">SEE ALSO</A>
+</UL>
+</BODY>
+</HTML>