diff options
author | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2007-02-28 17:49:06 +0000 |
---|---|---|
committer | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2007-02-28 17:49:06 +0000 |
commit | f29a22a7a270a10b3b29396a564baa3241996d86 (patch) | |
tree | a22d9b28db70776bfb5b9f3fb5fcc7f5ca0faf4d | |
parent | 7553a363029605b1f06e0812ae3835cea94de1ec (diff) | |
download | netpbm-mirror-f29a22a7a270a10b3b29396a564baa3241996d86.tar.gz netpbm-mirror-f29a22a7a270a10b3b29396a564baa3241996d86.tar.xz netpbm-mirror-f29a22a7a270a10b3b29396a564baa3241996d86.zip |
"miscellaneous update"
git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@239 9d0c8265-081b-0410-96cb-a4ca84ce46f8
-rw-r--r-- | ppmtoppm.html | 32 |
1 files changed, 13 insertions, 19 deletions
diff --git a/ppmtoppm.html b/ppmtoppm.html index 78c1d90e..8e54253b 100644 --- a/ppmtoppm.html +++ b/ppmtoppm.html @@ -4,29 +4,27 @@ <BODY> <H1>ppmtoppm</H1> -Updated: September 2002 +Updated: Feburary 2007 <BR> <A HREF="#index">Table Of Contents</A> -<A NAME="lbAB"> </A> <H2>NAME</H2> ppmtoppm - copy PPM image -<A NAME="lbAC"> </A> -<H2>SYNOPSIS</H2> +<H2 id="synopsis">SYNOPSIS</H2> <B>ppmtoppm</B> -<A NAME="lbAD"> </A> -<H2>DESCRIPTION</H2> +<H2 id="description">DESCRIPTION</H2> <p>This program is part of <a href="index.html">Netpbm</a>. <P><b>ppmtoppm</b> simply copies a PPM image from Standard Input to Standard Output. This may seem an unnecessary duplication of -<b>cat</b>, but remember that a PPM program can read a PBM or PGM image as -if it were PPM. So <b>ppmtoppm</b> can read either a PBM, PGM, or PPM -image and produce a PPM image as output. +<b>cat</b>, but remember that a PPM program can read a PBM or PGM +image, and the right kind of PAM, as if it were PPM. So +<b>ppmtoppm</b> can read either a PBM, PGM, or PPM image and produce a +PPM 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 PPM image could also @@ -38,8 +36,7 @@ need a true PPM image. When you know you have a PBM image, use that and <b>pbmtopgm</b>. -<A NAME="lbAF"> </A> -<H2>SEE ALSO</H2> +<H2 id="seealso">SEE ALSO</H2> <B><A HREF="pgmtopgm.html">pgmtopgm</A></B>, <B><A HREF="pnmtopnm.html">pnmtopnm</A></B>, @@ -50,19 +47,16 @@ When you know you have a PBM image, use that and <b>pbmtopgm</b>. <B><A HREF="pgm.html">ppm</A></B>, <B><A HREF="ppm.html">ppm</A></B>, -<A NAME="history"> </A> -<H2>HISTORY</H2> +<H2 id="history">HISTORY</H2> <p>This program was added to Netpbm in Release 10.9 (September 2002). <HR> -<A NAME="index"> </A> -<H2>Table Of Contents</H2> +<H2 id="index">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> |