summary refs log tree commit diff
path: root/ppmtomap.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 /ppmtomap.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 'ppmtomap.html')
-rw-r--r--ppmtomap.html45
1 files changed, 45 insertions, 0 deletions
diff --git a/ppmtomap.html b/ppmtomap.html
new file mode 100644
index 00000000..fbd93536
--- /dev/null
+++ b/ppmtomap.html
@@ -0,0 +1,45 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML><HEAD><TITLE>Ppmtomap User Manual</TITLE></HEAD>
+<BODY>
+<H1>ppmtomap</H1>
+Updated: 06 January 2002
+<BR>
+<A HREF="#index">Table Of Contents</A>
+
+<A NAME="lbAB">&nbsp;</A>
+<H2>NAME</H2>
+
+ppmtomap - create a map of all colors in a PPM image
+
+<A NAME="lbAC">&nbsp;</A>
+<H2>DESCRIPTION</H2>
+
+<p>This program is part of <a href="index.html">Netpbm</a>.
+
+<P>This program exists only for backward compatibility.
+
+<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
+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>
+
+<B><A HREF="pnmcolormap.html">pnmcolormap</A></B>
+
+
+<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>