summary refs log tree commit diff
path: root/ppmtomap.html
diff options
context:
space:
mode:
Diffstat (limited to 'ppmtomap.html')
-rw-r--r--ppmtomap.html57
1 files changed, 30 insertions, 27 deletions
diff --git a/ppmtomap.html b/ppmtomap.html
index fbd93536..44b098f8 100644
--- a/ppmtomap.html
+++ b/ppmtomap.html
@@ -1,45 +1,48 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
-<HTML><HEAD><TITLE>Ppmtomap User Manual</TITLE></HEAD>
-<BODY>
-<H1>ppmtomap</H1>
+<html><head><title>Ppmtomap User Manual</title></head>
+<body>
+<h1>ppmtomap</h1>
 Updated: 06 January 2002
-<BR>
-<A HREF="#index">Table Of Contents</A>
+<br>
+<a href="#index">Table Of Contents</a>
 
-<A NAME="lbAB">&nbsp;</A>
-<H2>NAME</H2>
+<h2>NAME</h2>
 
 ppmtomap - create a map of all colors in a PPM image
 
-<A NAME="lbAC">&nbsp;</A>
-<H2>DESCRIPTION</H2>
+<h2 id="description">DESCRIPTION</h2>
 
 <p>This program is part of <a href="index.html">Netpbm</a>.
 
-<P>This program exists only for backward compatibility.
+<p>This program exists only for backward compatibility.
 
-<P>Use <B>pnmcolormap</B>, which replaced it in January 2002.
+<p>Use <b>pnmcolormap</b>, which replaced it in January 2002.
 
-<P>One trivial difference between <B>ppmtomap</B> and <B>pnmcolormap
-all</B> is that if the input is PBM or PGM, <B>ppmtomap</B> would
-produce PPM output, whereas <B>pnmcolormap all</B> produces the same
+<p>One trivial difference between <b>ppmtomap</b> and <b>pnmcolormap
+all</b> is that if the input is PBM or PGM, <b>ppmtomap</b> would
+produce PPM output, whereas <b>pnmcolormap all</b> produces the same
 kind of output as the input.  This should not be very noticeable,
 though, as PBM and PGM images are usually usable anywhere a PPM image
 is.
 
-<A NAME="lbAD">&nbsp;</A>
-<H2>SEE ALSO</H2>
+<h2 id="options">OPTIONS</h2>
 
-<B><A HREF="pnmcolormap.html">pnmcolormap</A></B>
+<p>There are no command line options defined specifically
+for <b>ppmtomap</b>, but it recognizes the options common to all
+programs based on libnetpbm (See <a href="index.html#commonoptions">
+Common Options</a>.)
 
+<h2 id="seealso">SEE ALSO</h2>
 
-<HR>
-<A NAME="index">&nbsp;</A>
-<H2>Table Of Contents</H2>
-<UL>
-<LI><A HREF="#lbAB">NAME</A>
-<LI><A HREF="#lbAC">DESCRIPTION</A>
-<LI><A HREF="#lbAD">SEE ALSO</A>
-</UL>
-</BODY>
-</HTML>
+<b><a href="pnmcolormap.html">pnmcolormap</a></b>
+
+
+<hr>
+<h2 id="index">Table Of Contents</h2>
+<ul>
+<li><a href="#description">DESCRIPTION</a>
+<li><a href="#options">OPTIONS</a>
+<li><a href="#seealso">SEE ALSO</a>
+</ul>
+</body>
+</html>