summary refs log tree commit diff
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2007-11-02 02:30:30 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2007-11-02 02:30:30 +0000
commit1aad3eabfdbb2e2ceb6a5b055f3952583eb2aaca (patch)
tree3dfc2c48cad66569daa4c5a17cb1051c9f44441d
parentcf32168df820afe9cde4ff155a67ae8d0911e55d (diff)
downloadnetpbm-mirror-1aad3eabfdbb2e2ceb6a5b055f3952583eb2aaca.tar.gz
netpbm-mirror-1aad3eabfdbb2e2ceb6a5b055f3952583eb2aaca.tar.xz
netpbm-mirror-1aad3eabfdbb2e2ceb6a5b055f3952583eb2aaca.zip
Add pamtopam
git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@452 9d0c8265-081b-0410-96cb-a4ca84ce46f8
-rw-r--r--directory.html3
-rw-r--r--pamtopam.html61
-rw-r--r--pgmtopgm.html24
-rw-r--r--ppmtoppm.html2
4 files changed, 74 insertions, 16 deletions
diff --git a/directory.html b/directory.html
index 8c0e5ab0..668b5af2 100644
--- a/directory.html
+++ b/directory.html
@@ -32,6 +32,9 @@
 <DT><B><a href=ppmtoppm.html>ppmtoppm</a></B>
 <DD>convert PPM, PGM, or PBM image to PPM
 
+<DT><B><a href=pamtopam.html>pamtopam</a></B>
+<DD>convert PAM image to PAM
+
 <DT><B><a href=pbmtopgm.html>pbmtopgm</a>     </B>
 <DD>convert PBM image to PGM by averaging areas
 
diff --git a/pamtopam.html b/pamtopam.html
new file mode 100644
index 00000000..17dd6e2f
--- /dev/null
+++ b/pamtopam.html
@@ -0,0 +1,61 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+<HEAD><title>Pamtopam User Manual</title></HEAD>
+
+<BODY>
+<H1>pamtopam</H1>
+Updated: October 2007
+<BR>
+<A HREF="#index">Table Of Contents</A>
+
+<H2>NAME</H2>
+pamtopam - copy PAM image
+
+<H2 id="synopsis">SYNOPSIS</H2>
+
+<B>pamtopam</B>
+
+<H2 id="description">DESCRIPTION</H2>
+
+<p>This program is part of <a href="index.html">Netpbm</a>.
+
+<P><b>pamtopam</b> simply copies a PAM image from Standard Input to
+Standard Output.  This may seem an unnecessary duplication of
+<b>cat</b>, but remember that a PAM program can read a PBM, PGM, or PPM
+image as if it were PAM.  So <b>pamtopam</b> can read either a PBM, PGM,
+PPM, or PAM image and produce a PAM image as output.
+
+<p>Even that is of limited usefulness because of the fact that almost
+any program to which you would feed the resulting PAM image could also
+just take the original image directly.  However, sometimes you really
+want a true PAM image.
+
+<p>You can do a more general job of translating PAM/PNM to PAM with
+<b>pamchannel</b>.
+
+
+<H2 id="seealso">SEE ALSO</H2>
+
+<B><A HREF="pamtopnm.html">pamtopnm</A></B>,
+<B><A HREF="ppmtoppm.html">ppmtoppm</A></B>,
+<B><A HREF="pgmtopgm.html">pgmtopgm</A></B>,
+<B><A HREF="pam.html">pam</A></B>,
+<B><A HREF="pnm.html">pnm</A></B>,
+<B><A HREF="ppm.html">ppm</A></B>,
+<B><A HREF="pgm.html">pgm</A></B>,
+<B><A HREF="pbm.html">pbm</A></B>
+
+<H2 id="history">HISTORY</H2>
+
+<p>This program was added to Netpbm in Release 10.41 (December 2007).
+
+<HR>
+<H2 id="index">Table Of Contents</H2>
+<UL>
+<LI><A HREF="#synopsis">SYNOPSIS</A>
+<LI><A HREF="#description">DESCRIPTION</A>
+<LI><A HREF="#seealso">SEE ALSO</A>
+<LI><A HREF="#history">HISTORY</A>
+</UL>
+</BODY>
+</HTML>
diff --git a/pgmtopgm.html b/pgmtopgm.html
index 6a9555ac..a2cd4e6e 100644
--- a/pgmtopgm.html
+++ b/pgmtopgm.html
@@ -7,17 +7,14 @@ Updated: September 2002
 <BR>
 <A HREF="#index">Table Of Contents</A>
 
-<A NAME="lbAB">&nbsp;</A>
 <H2>NAME</H2>
 pgmtopgm - copy PGM image
 
-<A NAME="lbAC">&nbsp;</A>
-<H2>SYNOPSIS</H2>
+<H2 id="synopsis">SYNOPSIS</H2>
 
 <B>pgmtopgm</B>
 
-<A NAME="lbAD">&nbsp;</A>
-<H2>DESCRIPTION</H2>
+<H2 id="description">DESCRIPTION</H2>
 
 <p>This program is part of <a href="index.html">Netpbm</a>.
 
@@ -36,18 +33,16 @@ need a true PGM image.
 <b>pbmtopgm</b> is a more general way to do that conversion.
 
 
-<A NAME="lbAF">&nbsp;</A>
-<H2>SEE ALSO</H2>
+<H2 id="seealso">SEE ALSO</H2>
 
 <B><A HREF="ppmtoppm.html">ppmtoppm</A></B>,
-<B><A HREF="pnmtopnm.html">pnmtopnm</A></B>,
+<B><A HREF="pamtopam.html">pamtopam</A></B>,
 <B><A HREF="pamtopnm.html">pamtopnm</A></B>,
 <B><A HREF="pbmtopgm.html">pbmtopgm</A></B>,
-<B><A HREF="pbm.html">pgm</A></B>,
+<B><A HREF="pbm.html">pbm</A></B>,
 <B><A HREF="pgm.html">pgm</A></B>,
 
-<A NAME="history">&nbsp;</A>
-<H2>HISTORY</H2>
+<H2 id="history">HISTORY</H2>
 
 <p>This program was added to Netpbm in Release 10.9 (September 2002).
 
@@ -55,10 +50,9 @@ need a true PGM image.
 <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="#lbAF">SEE ALSO</A>
+<LI><A HREF="#synopsis">SYNOPSIS</A>
+<LI><A HREF="#description">DESCRIPTION</A>
+<LI><A HREF="#seealso">SEE ALSO</A>
 <LI><A HREF="#history">HISTORY</A>
 </UL>
 </BODY>
diff --git a/ppmtoppm.html b/ppmtoppm.html
index 8e54253b..99f0979c 100644
--- a/ppmtoppm.html
+++ b/ppmtoppm.html
@@ -39,7 +39,7 @@ When you know you have a PBM image, use that and <b>pbmtopgm</b>.
 <H2 id="seealso">SEE ALSO</H2>
 
 <B><A HREF="pgmtopgm.html">pgmtopgm</A></B>,
-<B><A HREF="pnmtopnm.html">pnmtopnm</A></B>,
+<B><A HREF="pamtopam.html">pamtopam</A></B>,
 <B><A HREF="pamtopnm.html">pamtopnm</A></B>,
 <B><A HREF="pgmtoppm.html">pgmtoppm</A></B>,
 <B><A HREF="pbmtopgm.html">pbmtopgm</A></B>,