summary refs log tree commit diff
path: root/pamtouil.html
diff options
context:
space:
mode:
Diffstat (limited to 'pamtouil.html')
-rw-r--r--pamtouil.html82
1 files changed, 39 insertions, 43 deletions
diff --git a/pamtouil.html b/pamtouil.html
index 9e59393b..365f5dac 100644
--- a/pamtouil.html
+++ b/pamtouil.html
@@ -1,27 +1,24 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
-<HTML><HEAD><TITLE>Pamtouil User Manual</TITLE></HEAD><BODY>
-<H1>pamtouil</H1>
+<html><head><title>Pamtouil User Manual</title></head>
+<body>
+<h1>pamtouil</h1>
 Updated: 05 May 2002
-<BR>
-<A HREF="#index">Table Of Contents</A>
+<br>
+<a href="#index">Table Of Contents</a>
 
-<A NAME="lbAB">&nbsp;</A>
-<H2>NAME</H2>
+<h2>NAME</h2>
 
 pamtouil - convert a PNM or PNM/transparency image into a Motif UIL icon file
 
-<A NAME="lbAC">&nbsp;</A>
-<H2>SYNOPSIS</H2>
+<h2 id="synopsis">SYNOPSIS</h2>
 
-<B>pamtouil</B> [<B>-name=</B><I>uilname</I>] [<I>pamfile</I>]
+<b>pamtouil</b> [<b>-name=</b><i>uilname</i>] [<i>pamfile</i>]
 
 <p>You may abbreviate any option to its shortest unique prefix.
 You may use two hyphens instead of one to delimit an option.  You may
 separate an option from its value with whitespace instead of <b>=</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>.
 
@@ -31,59 +28,58 @@ grayscale or color image or grayscale+transparency or color+transparency.
 Where the transparency channel is present, <b>pamtouil</b> renders pixels that
 are more than half transparent as transparent in the output.
 
-<P>In the UIL's colormap, <b>pamtouil</b> uses the color names from
+<p>In the UIL's colormap, <b>pamtouil</b> uses the color names from
 the RGB database -- the same one <b><a href="ppmmake.html">ppmmake</a></b>
 uses.  Where a color in the input does not exactly match one of the colors
 named in the RGB database, <b>pamtouil</b> uses the closest color named
 in the RGB database.
 
-<A NAME="lbAE">&nbsp;</A>
+<h2 id="options">OPTIONS</h2>
 
-<H2>OPTIONS</H2>
+<p>In addition to the options common to all programs based on libnetpbm
+(most notably <b>-quiet</b>, see <a href="index.html#commonoptions">
+Common Options</a>), <b>pamtouil</b> recognizes the following
+command line option:
 
-<DL COMPACT>
+<dl compact>
 
-<DT><B>-name</B>
+<dt><b>-name</b>
 
-<DD>
+<dd>
      Allows you to specify the prefix string which is printed in the
      resulting UIL output.  If not specified, will default to the filename
-     (without extension) of the ppmfile argument.  If <B>-name</B> is not
+     (without extension) of the ppmfile argument.  If <b>-name</b> is not
      specified and no ppmfile is specified (i.e. piped input), the
      prefix string will default to the string "noname".
 
-</DL>
+</dl>
 
-<A NAME="lbAF">&nbsp;</A>
-<H2>SEE ALSO</H2>
+<h2 id="seealso">SEE ALSO</h2>
 
-<A HREF="pamstack.html">pamstack</A>
-<A HREF="pam.html">pam</A>
-<A HREF="ppm.html">ppm</A>
+<a href="pamstack.html">pamstack</a>
+<a href="pam.html">pam</a>
+<a href="ppm.html">ppm</a>
 
-<A NAME="lbAG">&nbsp;</A>
-<H2>HISTORY</H2>
+<h2 id="history">HISTORY</h2>
 
-<P>Before May 2002, <b>pamtouil</b> was called <b>ppmtouil</b> and had no
+<p>Before May 2002, <b>pamtouil</b> was called <b>ppmtouil</b> and had no
 way to specify transparency.
 
-
-<H2>AUTHOR</H2>
+<h2 id="author">AUTHOR</h2>
 
 Converted by Bryan Henderson from ppmtouil.c, which was converted by
 Jef Poskanzer from ppmtoxpm.c, which is Copyright (C) 1990 by Mark
 W. Snitily
 
-<HR>
-<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="#lbAE">OPTIONS</A>
-<LI><A HREF="#lbAF">SEE ALSO</A>
-<LI><A HREF="#lbAG">AUTHOR</A>
-</UL>
-</BODY>
-</HTML>
+<hr>
+<h2 id="index">Table Of Contents</h2>
+<ul>
+<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="#history">HISTORY</a>
+<li><a href="#author">AUTHOR</a>
+</ul>
+</body>
+</html>