about summary refs log tree commit diff
path: root/pnmquant.html
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2014-07-26 21:25:32 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2014-07-26 21:25:32 +0000
commitdb5bf0f8bb59b9f7e05fce40afc03e6f071138de (patch)
tree8697007439e3b0fd434ed3119e4509679725b4a2 /pnmquant.html
parent6c4af97b085e04914d39e928768b59d331f404f2 (diff)
downloadnetpbm-mirror-db5bf0f8bb59b9f7e05fce40afc03e6f071138de.tar.gz
netpbm-mirror-db5bf0f8bb59b9f7e05fce40afc03e6f071138de.tar.xz
netpbm-mirror-db5bf0f8bb59b9f7e05fce40afc03e6f071138de.zip
miscellaneous update
git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@2228 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'pnmquant.html')
-rw-r--r--pnmquant.html11
1 files changed, 6 insertions, 5 deletions
diff --git a/pnmquant.html b/pnmquant.html
index 284e2209..ce897d1d 100644
--- a/pnmquant.html
+++ b/pnmquant.html
@@ -18,6 +18,12 @@ pnmquant - quantize the colors in a Netpbm image to a smaller set
 [<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.
+
+
 <H2 id="description">DESCRIPTION</H2>
 
 <p>This program is part of <a href="index.html">Netpbm</a>.
@@ -26,11 +32,6 @@ pnmquant - quantize the colors in a Netpbm image to a smaller set
 colors to best represent the image, maps the existing colors
 to the new ones, and writes a PNM image as output.
 
-<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.
-
 <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