summary refs log tree commit diff
path: root/pnmtosgi.html
diff options
context:
space:
mode:
Diffstat (limited to 'pnmtosgi.html')
-rw-r--r--pnmtosgi.html110
1 files changed, 53 insertions, 57 deletions
diff --git a/pnmtosgi.html b/pnmtosgi.html
index 62cda3e8..71dc59ee 100644
--- a/pnmtosgi.html
+++ b/pnmtosgi.html
@@ -1,87 +1,83 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
-<HTML><HEAD><TITLE>Pnmtosgi User Manual</TITLE></HEAD>
-<BODY>
-<H1>pnmtosgi</H1>
+<html><head><title>Pnmtosgi User Manual</title></head>
+<body>
+<h1>pnmtosgi</h1>
 Updated: 29 January 1994
-<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>
 
 pnmtosgi - convert a PNM image to a SGI image file
 
-<A NAME="lbAC">&nbsp;</A>
-<H2>SYNOPSIS</H2>
+<h2 id="synopsis">SYNOPSIS</h2>
 
-<B>pnmtosgi</B>
+<b>pnmtosgi</b>
 
-[<B>-verbatim</B>|<B>-rle</B>]
+[<b>-verbatim</b>|<b>-rle</b>]
 
-[<B>-imagename</B> <I>Name</I>]
+[<b>-imagename</b> <i>Name</i>]
 
-[<B>pnmfile</B>]
+[<b>pnmfile</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>.
 
-<P><b>pnmtosgi</b> reads a PNM image as input and produces an SGI
+<p><b>pnmtosgi</b> reads a PNM image as input and produces an SGI
 image file as output.  The SGI image will be 2-dimensional (1 channel)
 for PBM and PGM input, and 3-dimensional (3 channels) for PPM.
 
-<A NAME="lbAE">&nbsp;</A>
-<H2>OPTIONS</H2>
+<h2 id="options">OPTIONS</h2>
 
-<DL COMPACT>
-<DT><B>-verbatim</B>
+<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>pnmtosgi</b> recognizes the following
+command line options:
 
-<DD>
+<dl compact>
+<dt><b>-verbatim</b>
+
+<dd>
 Write an uncompressed file.
-<DT><B>-rle</B> (default)
+<dt><b>-rle</b> (default)
 
-<DD>
+<dd>
 Write a compressed (run length encoded) file.
-<DT><B>-imagename</b> <i>name</i>
+<dt><b>-imagename</b> <i>name</i>
 
-<DD>
+<dd>
 Write the string "name" into the imagename field of the header.
 The name string is limited to 79 characters.
 If no name is given, pnmtosgi writes "no name" into this field.
-</DL>
+</dl>
 
-<A NAME="lbAG">&nbsp;</A>
-<H2>REFERENCES</H2>
+<h2 id="references">REFERENCES</h2>
 
-SGI Image File Format documentation (draft v0.95) by Paul Haeberli (<A
-HREF="mailto:paul@sgi.com">paul@sgi.com</A>).  Available via ftp at
+SGI Image File Format documentation (draft v0.95) by Paul Haeberli (<a
+href="mailto:paul@sgi.com">paul@sgi.com</a>).  Available via ftp at
 sgi.com:graphics/SGIIMAGESPEC.
 
-<A NAME="lbAH">&nbsp;</A>
-<H2>SEE ALSO</H2>
-
-<A HREF="pnm.html">pnm</A>,
-<A HREF="sgitopnm.html">sgitopnm</A>
-
-<A NAME="lbAI">&nbsp;</A>
-<H2>AUTHOR</H2>
-
-Copyright (C) 1994 by Ingo Wilken (<A
-HREF="mailto:Ingo.Wilken@informatik.uni-oldenburg.de">Ingo.Wilken@informatik.uni-oldenburg.de</A>)
-
-
-<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="#lbAG">REFERENCES</A>
-<LI><A HREF="#lbAH">SEE ALSO</A>
-<LI><A HREF="#lbAI">AUTHOR</A>
-</UL>
-</BODY>
-</HTML>
+<h2 id="seealso">SEE ALSO</h2>
+
+<a href="pnm.html">pnm</a>,
+<a href="sgitopnm.html">sgitopnm</a>
+
+<h2 id="author">AUTHOR</h2>
+
+Copyright (C) 1994 by Ingo Wilken (<a
+href="mailto:Ingo.Wilken@informatik.uni-oldenburg.de">Ingo.Wilken@informatik.uni-oldenburg.de</a>)
+
+
+<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="#references">REFERENCES</a>
+<li><a href="#seealso">SEE ALSO</a>
+<li><a href="#author">AUTHOR</a>
+</ul>
+</body>
+</html>