diff options
author | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2015-07-27 15:49:55 +0000 |
---|---|---|
committer | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2015-07-27 15:49:55 +0000 |
commit | 6e802c41ff82aae1aec29351e5302e3f81b7a316 (patch) | |
tree | 6c9d9082cbe649c0f2301b1399d692a0f115d747 | |
parent | dc64bd69e8099559586cf373819bfed38136040c (diff) | |
download | netpbm-mirror-6e802c41ff82aae1aec29351e5302e3f81b7a316.tar.gz netpbm-mirror-6e802c41ff82aae1aec29351e5302e3f81b7a316.tar.xz netpbm-mirror-6e802c41ff82aae1aec29351e5302e3f81b7a316.zip |
miscellaneous update
git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@2613 9d0c8265-081b-0410-96cb-a4ca84ce46f8
-rw-r--r-- | pbmtolj.html | 1 | ||||
-rw-r--r-- | ppmtolj.html | 2 | ||||
-rw-r--r-- | ppmtopj.html | 33 | ||||
-rw-r--r-- | ppmtopjxl.html | 30 | ||||
-rw-r--r-- | thinkjettopbm.html | 35 |
5 files changed, 42 insertions, 59 deletions
diff --git a/pbmtolj.html b/pbmtolj.html index 4fa85595..97d0c274 100644 --- a/pbmtolj.html +++ b/pbmtolj.html @@ -95,6 +95,7 @@ controls the "number of copies" printer control; <a href="ppmtolj.html"><b>ppmtolj</b></a>, <a href="pjtoppm.html"><b>pjtoppm</b></a>, <a href="ppmtopj.html"><b>ppmtopj</b></a>, +<a href="ppmtopjxl.html"><b>ppmtopjxl</b></a>, <a href="thinkjettopbm.html"><b>thinkjettopbm</b></a>, <a href="pbm.html">pbm</A> diff --git a/ppmtolj.html b/ppmtolj.html index 533d705d..de8c7034 100644 --- a/ppmtolj.html +++ b/ppmtolj.html @@ -70,7 +70,7 @@ HP PCL 5 & Color Reference Guide, <a href="pbmtolj.html"><b>pbmtolj</b></a>, <a href="ppmtopj.html"><b>ppmtopj</b></a>, <a href="thinkjettopbm.html"><b>thinkjettopbm</b></a>, -<a href="ppm.html"><b>ppm.html</b></a> +<a href="ppm.html"><b>ppm</b></a> <H2 id="author">AUTHOR</H2> diff --git a/ppmtopj.html b/ppmtopj.html index 51107c73..ea1fab7d 100644 --- a/ppmtopj.html +++ b/ppmtopj.html @@ -6,13 +6,11 @@ Updated: 13 July 1991 <BR> <A HREF="#index">Table Of Contents</A> -<A NAME="lbAB"> </A> <H2>NAME</H2> ppmtopj - convert a PPM image to an HP PaintJet file -<A NAME="lbAC"> </A> -<H2>SYNOPSIS</H2> +<H2 id="synopsis">SYNOPSIS</H2> <B>ppmtopj</B> @@ -42,8 +40,7 @@ ppmtopj - convert a PPM image to an HP PaintJet file [<I>ppmfile</I>] -<A NAME="lbAD"> </A> -<H2>DESCRIPTION</H2> +<H2 id="description">DESCRIPTION</H2> <p>This program is part of <a href="index.html">Netpbm</a>. @@ -66,8 +63,7 @@ Or you could use ppmdither -red 2 -green 2 -blue 2 </pre> -<A NAME="lbAE"> </A> -<H2>OPTIONS</H2> +<H2 id="options">OPTIONS</H2> <DL COMPACT> @@ -110,8 +106,7 @@ Move by <i>pos</i> pixels in the y direction. </DL> -<A NAME="lbAG"> </A> -<H2>SEE ALSO</H2> +<H2 id="seealso">SEE ALSO</H2> HP PaintJet XL Color Graphics Printer User's Guide, <a href="pnmtopclxl.html"><b>pnmtopclxl</b></a>, @@ -121,25 +116,23 @@ HP PaintJet XL Color Graphics Printer User's Guide, <A HREF="pamseq.html"><b>pamseq</b></A>, <A HREF="ppmdither.html"><b>ppmdither</b></A>, <a href="pbmtolj.html"><b>pbmtolj</b></a>, -<a href="ppmtopj.html"><b>ppmtolj</b></a>, +<a href="ppmtolj.html"><b>ppmtolj</b></a>, +<a href="ppmtopjxl.html"><b>ppmtopjxl</b></a>, <a href="thinkjettopbm.html"><b>thinkjettopbm</b></a>, <A HREF="ppm.html"><b>ppm</b></A> -<A NAME="lbAI"> </A> -<H2>AUTHOR</H2> +<H2 id="author">AUTHOR</H2> Copyright (C) 1991 by Christos Zoulas. <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="#lbAE">OPTIONS</A> -<LI><A HREF="#lbAG">SEE ALSO</A> -<LI><A HREF="#lbAI">AUTHOR</A> +<LI><A HREF="#synopsis">SYNOPSIS</A> +<LI><A HREF="#description">DESCRIPTION</A> +<LI><A HREF="#options">OPTIONS</A> +<LI><A HREF="#seealso">SEE ALSO</A> +<LI><A HREF="#author">AUTHOR</A> </UL> </BODY> </HTML> diff --git a/ppmtopjxl.html b/ppmtopjxl.html index 53d3bea8..93c0daf1 100644 --- a/ppmtopjxl.html +++ b/ppmtopjxl.html @@ -6,13 +6,11 @@ Updated: 14 March 1991 <BR> <A HREF="#index">Table Of Contents</A> -<A NAME="lbAB"> </A> <H2>NAME</H2> ppmtopjxl - convert a PPM image to an HP PaintJet XL PCL file -<A NAME="lbAC"> </A> -<H2>SYNOPSIS</H2> +<H2 id="synopsis">SYNOPSIS</H2> ppmtopjxl [<b>-nopack</b>] @@ -30,8 +28,7 @@ ppmtopjxl [{<b>-ysize</b>|<b>-height</b>|<b>-yscale</b>} <I>s</I>] [<i>ppmfile</i>] -<A NAME="lbAD"> </A> -<H2>DESCRIPTION</H2> +<H2 id="description">DESCRIPTION</H2> <p>This program is part of <a href="index.html">Netpbm</a>. @@ -74,25 +71,26 @@ options to scale the image by a simple factor. <B>-yshift</B> options. These move the image the specified dimensions right and down. -<A NAME="lbAE"> </A> -<H2>SEE ALSO</H2> +<H2 id="seealso">SEE ALSO</H2> +<a href="pnmtopclxl.html"><b>pnmtopclxl</b></a>, +<a href="pbmtolj.html"><b>pbmtolj</b></a>, +<a href="ppmtolj.html"><b>ppmtolj</b></a>, +<a href="ppmtopj.html"><b>ppmtopj</b></a>, +<a href="thinkjettopbm.html"><b>thinkjettopbm</b></a>, <A HREF="ppm.html">ppm</A> -<A NAME="lbAF"> </A> -<H2>AUTHOR</H2> +<H2 id="author">AUTHOR</H2> <p>Angus Duggan <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="#lbAE">SEE ALSO</A> -<LI><A HREF="#lbAF">AUTHOR</A> +<LI><A HREF="#synopsis">SYNOPSIS</A> +<LI><A HREF="#description">DESCRIPTION</A> +<LI><A HREF="#seealso">SEE ALSO</A> +<LI><A HREF="#author">AUTHOR</A> </UL> </BODY> </HTML> diff --git a/thinkjettopbm.html b/thinkjettopbm.html index 5fbeed68..26c8e082 100644 --- a/thinkjettopbm.html +++ b/thinkjettopbm.html @@ -5,13 +5,11 @@ Updated: 03 April 2001 <BR> <A HREF="#index">Table Of Contents</A> -<A NAME="lbAB"> </A> <H2>NAME</H2> thinkjettopbm - convert HP ThinkJet printer commands file to PBM -<A NAME="lbAC"> </A> -<H2>SYNOPSIS</H2> +<H2 id="synopsis">SYNOPSIS</H2> <B>thinkjettopbm</B> @@ -19,8 +17,7 @@ thinkjettopbm - convert HP ThinkJet printer commands file to PBM [<I>thinkjet_file</I>] -<A NAME="lbAD"> </A> -<H2>DESCRIPTION</H2> +<H2 id="description">DESCRIPTION</H2> <p>This program is part of <a href="index.html">Netpbm</a>. @@ -32,39 +29,33 @@ text and non-graphics command sequences. <P>The <B>-d</B> option turns on debugging messages which are written to the standard error stream. -<A NAME="lbAE"> </A> -<H2>LIMITATIONS</H2> +<H2 id="limitations">LIMITATIONS</H2> <P>The program handles only a small subset of ThinkJet command sequences, but enough to convert screen images from older HP test equipment. -<A NAME="lbAF"> </A> -<H2>SEE ALSO</H2> +<H2 id="seealso">SEE ALSO</H2> <b><a href="pnmtopclxl.html">pnmtopclxl</a></b>, <b><a href="pbmtolj.html">pbmtolj</a></b>, <b><a href="ppmtolj.html">ppmtolj</a></b>, <b><a href="ppmtopj.html">ppmtopj</a></b>, -<b><a href="thinkjettopbm.html">thinkjettopbm</a></b>, -<B><A HREF="pbm.html">pbm</A></B>, -<B><A HREF="pjtoppm.html">pjtoppm</A></B> +<B><A HREF="pjtoppm.html">pjtoppm</A></B>, +<B><A HREF="pbm.html">pbm</A></B> -<A NAME="lbAG"> </A> -<H2>AUTHOR</H2> +<H2 id="author">AUTHOR</H2> Copyright (C) 2001 by W. Eric Norum <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="#lbAE">BUGS</A> -<LI><A HREF="#lbAF">SEE ALSO</A> -<LI><A HREF="#lbAG">AUTHOR</A> +<LI><A HREF="#synopsis">SYNOPSIS</A> +<LI><A HREF="#description">DESCRIPTION</A> +<LI><A HREF="#limitations">LIMITATIONS</A> +<LI><A HREF="#seealso">SEE ALSO</A> +<LI><A HREF="#author">AUTHOR</A> </UL> </BODY> </HTML> |