summary refs log tree commit diff
path: root/tgatoppm.html
diff options
context:
space:
mode:
Diffstat (limited to 'tgatoppm.html')
-rw-r--r--tgatoppm.html99
1 files changed, 48 insertions, 51 deletions
diff --git a/tgatoppm.html b/tgatoppm.html
index 45db603b..cfab4c82 100644
--- a/tgatoppm.html
+++ b/tgatoppm.html
@@ -1,83 +1,80 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
-<HTML><HEAD><TITLE>Tgatoppm User Manual</TITLE></HEAD>
-<BODY>
-<H1>tgatoppm</H1>
+<html><head><title>Tgatoppm User Manual</title></head>
+<body>
+<h1>tgatoppm</h1>
 Updated: 02 April 2000
-<BR>
-<A HREF="#index">Table Of Contents</A>
-<A NAME="lbAB">&nbsp;</A>
-<H2>NAME</H2>
+<br>
+<a href="#index">Table Of Contents</a>
+<h2>NAME</h2>
 
 tgatoppm - convert TrueVision Targa file to a PPM image
 
-<A NAME="lbAC">&nbsp;</A>
-<H2>SYNOPSIS</H2>
+<h2 id="synopsis">SYNOPSIS</h2>
 
-<B>tgatoppm</B>
-	[<B>--alphaout=</B>{<I>alpha-filename</I>,<B>-</B>}]
-	[<B>--headerdump</B>] <I>tga-filename</I>
+<b>tgatoppm</b>
+	[<b>--alphaout=</b>{<i>alpha-filename</i>,<b>-</b>}]
+	[<b>--headerdump</b>] <i>tga-filename</i>
 
-<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>.
 
 <p><b>tgatoppm</b> reads a TrueVision Targa file as input and produces
 a PPM image as output.
 
-<A NAME="lbAE">&nbsp;</A>
-<H2>OPTIONS</H2>
+<h2 id="options">OPTIONS</h2>
 
-<P>All options can be abbreviated to their shortest unique prefix.
+<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>tgatoppm</b> recognizes the following
+command line options:
 
-<DL COMPACT>
+<p>All options can be abbreviated to their shortest unique prefix.
 
-<DT><B>--alphaout=</B><I>alpha-filename</I>
+<dl compact>
 
-<DD><B>tgatoppm </B> creates a PGM image containing the transparency channel
+<dt><b>--alphaout=</b><i>alpha-filename</i>
+
+<dd><b>tgatoppm </b> creates a PGM image containing the transparency channel
 values in the input image.  If the input image doesn't contain a
-transparency channel, the <I>alpha-filename</I> file contains all zero
-(transparent) transparency values.  If you don't specify <B>--alphaout</B>,
-<B>tgatoppm</B> does not generate an alpha file, and if the input
-image has a transparency channel, <B>tgatoppm</B> simply discards it.
+transparency channel, the <i>alpha-filename</i> file contains all zero
+(transparent) transparency values.  If you don't specify <b>--alphaout</b>,
+<b>tgatoppm</b> does not generate an alpha file, and if the input
+image has a transparency channel, <b>tgatoppm</b> simply discards it.
 
-<P>If you specify <B>-</B> as the filename, <B>tgatoppm</B> writes the
+<p>If you specify <b>-</b> as the filename, <b>tgatoppm</b> writes the
 transparency output to Standard Output and discards the image.
 
-<P>See <B><A HREF="pamcomp.html">pamcomp</A></B> for one way to use
+<p>See <b><a href="pamcomp.html">pamcomp</a></b> for one way to use
 the transparency output file.
 
-<DT><B>--headerdump</B>
+<dt><b>--headerdump</b>
 
-<DD>Causes <b>tgatoppm</b> to dump information from the TGA header to
+<dd>Causes <b>tgatoppm</b> to dump information from the TGA header to
 Standard Error.
 
-</DL>
+</dl>
 
-<A NAME="lbAF">&nbsp;</A>
-<H2>SEE ALSO</H2>
+<h2 id="seealso">SEE ALSO</h2>
 
-<B><A HREF="ppmtotga.html">ppmtotga</A></B>,
-<B><A HREF="pamcomp.html">pamcomp</A></B>,
-<B><A HREF="ppm.html">ppm</A></B>
+<b><a href="ppmtotga.html">ppmtotga</a></b>,
+<b><a href="pamcomp.html">pamcomp</a></b>,
+<b><a href="ppm.html">ppm</a></b>
 
-<A NAME="lbAG">&nbsp;</A>
-<H2>AUTHOR</H2>
+<h2 id="author">AUTHOR</h2>
 
 <p>Partially based on tga2rast, version 1.0, by Ian J. MacPhedran.
 
-<P>Copyright (C) 1989 by Jef Poskanzer.
-
-<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>
+<p>Copyright (C) 1989 by Jef Poskanzer.
+
+<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="#author">AUTHOR</a>
+</ul>
+</body>
+</html>