diff options
Diffstat (limited to 'ppmtoarbtxt.html')
-rw-r--r-- | ppmtoarbtxt.html | 39 |
1 files changed, 15 insertions, 24 deletions
diff --git a/ppmtoarbtxt.html b/ppmtoarbtxt.html index 8e9f0f57..2fafbb8c 100644 --- a/ppmtoarbtxt.html +++ b/ppmtoarbtxt.html @@ -7,12 +7,10 @@ Updated: 27 April 2003 <BR> <A HREF="#index">Table Of Contents</A> -<A NAME="lbAB"> </A> <H2>NAME</H2> ppmtoarbtxt - generate image in arbitrary text format from PPM image -<A NAME="lbAC"> </A> -<H2>SYNOPSIS</H2> +<H2 id="synopsis">SYNOPSIS</H2> <B>ppmtoarbtxt</B> <I>bodyskl</I> @@ -20,17 +18,16 @@ ppmtoarbtxt - generate image in arbitrary text format from PPM image [<B>-tl</B> <I>tailskl</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>. -<b>ppmtoarbtxt</b> generates simple text-based graphics formats based on +<p><b>ppmtoarbtxt</b> generates simple text-based graphics formats based on format descriptions given as input. A text-based graphics format is one in which an image is represented by text (like PNM plain format, but unlike PNM raw format). -<b>ppmtoarbtxt</b>reads a PPM image as input. For each pixel in the +<b>ppmtoarbtxt</b> reads a PPM image as input. For each pixel in the image, <b>ppmtoarbtxt</b> writes the contents of the skeleton file <I>bodyskl</I>, with certain substitutions based on the value of the pixel, to stdout. The substitutions are as follows: @@ -105,8 +102,7 @@ edge of the image. <P>If the skeleton file ends with a LF-character, <b>ppmtoarbtxt</b> ignores it -- it does not include it in the output. -<A NAME="lbAE"> </A> -<H2>OPTIONS</H2> +<H2 id="options">OPTIONS</H2> <DL COMPACT> <DT><B>-hd</B> <I>headskl</I> @@ -124,8 +120,7 @@ the file named <i>tailskl</i> at the end of the output, after the last pixel. It is analogous to <b>-hd</b>. </DL> -<A NAME="lbAF"> </A> -<H2>EXAMPLES</H2> +<H2 id="examples">EXAMPLES</H2> <h3>gray inversion</H3> @@ -181,20 +176,17 @@ sphere { <#(posx),#(height)-#(posy),#(ilum %d 0 10)>, 0.5 } </pre> -<A NAME="lbAG"> </A> -<H2>SEE ALSO</H2> +<H2 id="seealso">SEE ALSO</H2> <A href="pnmtoplainpnm.html">pnmtoplainpnm</A> <A href="ppm.html">ppm</A> -<H2>HISTORY</H2> -<A NAME="history"> </A> +<H2 id="history">HISTORY</H2> <P><B>ppmtoarbtxt</b> was added to Netpbm in Release 10.14 (March 2003). It existed under the name <b>ppmtotxt</b> since 1995. -<A NAME="lbAH"> </A> -<H2>AUTHOR</H2> +<H2 id="author">AUTHOR</H2> Copyright (C) 1995 by Peter Kirchgessner @@ -202,14 +194,13 @@ Copyright (C) 1995 by Peter Kirchgessner <A NAME="index"> </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="#lbAE">OPTIONS</A> -<LI><A HREF="#lbAF">EXAMPLES</A> -<LI><A HREF="#lbAG">SEE ALSO</A> +<LI><A HREF="#synopsis">SYNOPSIS</A> +<LI><A HREF="#description">DESCRIPTION</A> +<LI><A HREF="#options">OPTIONS</A> +<LI><A HREF="#examples">EXAMPLES</A> +<LI><A HREF="#seealso">SEE ALSO</A> <LI><A HREF="#history">HISTORY</A> -<LI><A HREF="#lbAH">AUTHOR</A> +<LI><A HREF="#author">AUTHOR</A> </UL> </BODY> </HTML> |