summary refs log tree commit diff
path: root/mrftopbm.html
diff options
context:
space:
mode:
Diffstat (limited to 'mrftopbm.html')
-rw-r--r--mrftopbm.html79
1 files changed, 36 insertions, 43 deletions
diff --git a/mrftopbm.html b/mrftopbm.html
index 626b4da5..e1b81b6c 100644
--- a/mrftopbm.html
+++ b/mrftopbm.html
@@ -1,26 +1,24 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
-<HTML><HEAD><TITLE>Mrftopbm User Manual</TITLE></HEAD>
-<BODY>
-<H1>mrftopbm</H1>
-<BR>
+<html><head><title>Mrftopbm User Manual</title></head>
+<body>
+<h1>mrftopbm</h1>
+<br>
 Updated: 10 August 2003
-<BR>
-<A HREF="#index">Table Of Contents</A>
+<br>
+<a href="#index">Table Of Contents</a>
+
+<h2>NAME</h2>
 
-<A NAME="lbAB">&nbsp;</A>
-<H2>NAME</H2>
 mrftopbm - convert an MRF image to PBM format
 
-<A NAME="lbAC">&nbsp;</A>
-<H2>SYNOPSIS</H2>
+<h2 id="synopsis">SYNOPSIS</h2>
 
-<B>mrftopbm</B>
+<b>mrftopbm</b>
 [ <b>-a</b> ]
-[ <I>input.mrf</I> ]
+[ <i>input.mrf</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>.
 
@@ -30,12 +28,16 @@ mrftopbm - convert an MRF image to PBM format
 <i>input.mrf</i> argument, or Standard Input if you don't specify
 <i>input.mrf</i>.  The output goes to Standard Output.
 
-<P>For more information about mrf, see <A HREF="mrf.html">the MRF
-specification</A>.
+<p>For more information about mrf, see <a href="mrf.html">the MRF
+specification</a>.
+
 
+<h2 id="options">OPTIONS</h2>
 
-<A NAME="lbAE">&nbsp;</A>
-<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>mrftopbm</b> recognizes the following
+command line option:
 
 <dl compact>
 <dt><b>-a</b>
@@ -44,34 +46,25 @@ causes <b>mrftopbm</b> to include the edges, if any, in the output
 PBM.  This may help when debugging a compressor's edge optimization.
 </dl>
 
-<A NAME="lbAF">&nbsp;</A>
-
-
-<A NAME="lbAG">&nbsp;</A>
-<H2>AUTHOR</H2>
+<h2 id="author">AUTHOR</h2>
 
 Russell Marks.
 
+<h2 id="seealso">SEE ALSO</h2>
 
-
-<A NAME="lbAH">&nbsp;</A>
-<H2>SEE ALSO</H2>
-
-<B><A HREF="pbmtomrf.html">pbmtomrf</A></B>,
-<B><A HREF="pbm.html">pbm</A></B>,
-<B><A HREF="mrf.html">mrf</A></B>
+<b><a href="pbmtomrf.html">pbmtomrf</a></b>,
+<b><a href="pbm.html">pbm</a></b>,
+<b><a href="mrf.html">mrf</a></b>
 
 
-<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">AUTHOR</A>
-<LI><A HREF="#lbAH">SEE ALSO</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="#author">AUTHOR</a>
+<li><a href="#seealso">SEE ALSO</a>
+</ul>
+</body>
+</html>