summary refs log tree commit diff
path: root/pbmtomrf.html
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2020-06-24 02:17:11 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2020-06-24 02:17:11 +0000
commitd06e8ef37fbe6594a5cd73a1c897a816db99f35c (patch)
tree2eded7e8c8839c78a484aee3c874c6ef605a5de6 /pbmtomrf.html
parentaed071d6acf292f6cd0dd2a00b1ab54101aa6009 (diff)
downloadnetpbm-mirror-d06e8ef37fbe6594a5cd73a1c897a816db99f35c.tar.gz
netpbm-mirror-d06e8ef37fbe6594a5cd73a1c897a816db99f35c.tar.xz
netpbm-mirror-d06e8ef37fbe6594a5cd73a1c897a816db99f35c.zip
miscellaneous update
git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@3864 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'pbmtomrf.html')
-rw-r--r--pbmtomrf.html78
1 files changed, 37 insertions, 41 deletions
diff --git a/pbmtomrf.html b/pbmtomrf.html
index 530a2013..076c792a 100644
--- a/pbmtomrf.html
+++ b/pbmtomrf.html
@@ -1,66 +1,62 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
-<HTML><HEAD><TITLE>Pbmtomrf User Manual</TITLE></HEAD>
-<BODY>
-<H1>pbmtomrf</H1>
+<html><head><title>Pbmtomrf User Manual</title></head>
+<body>
+<h1>pbmtomrf</h1>
 Updated: 1991
-<BR>
-<A NAME="lbAB">&nbsp;</A>
-<H2>NAME</H2>
+<br>
+<a href="#index">Table Of Contents</a>
+
+<h2>NAME</h2>
 pbmtomrf - convert a PBM format image to MRF
 
-<A NAME="lbAC">&nbsp;</A>
-<H2>SYNOPSIS</H2>
+<h2 id="synopsis">SYNOPSIS</h2>
 
-<B>pbmtomrf</B>
+<b>pbmtomrf</b>
 
-[<I>pbmfile</I>]
+[<i>pbmfile</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>pbmtomrf</b> converts a PBM image to MRF format.
 
-<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>.
 
 <p><b>pbmtomrf</b> takes the PBM image from the file named by the
 <i>input.pbm</i> argument, or Standard Input if you don't specify
 <i>input.pbm</i>.  The output goes to Standard Output.
 
-<P>The compression of the edges of pictures with width and/or height
+<p>The compression of the edges of pictures with width and/or height
 not an exact multiple of 64 is not optimal in all cases.
 
-<A NAME="lbAE">&nbsp;</A>
-<H2>OPTIONS</H2>
-
-none.
+<h2 id="options">OPTIONS</h2>
 
+<p>There are no command line options defined specifically
+for <b>pbmtomrf</b>, but it recognizes the options common to all
+programs based on libnetpbm (See <a href="index.html#commonoptions">
+Common Options</a>.)
 
-<A NAME="lbAG">&nbsp;</A>
-<H2>AUTHOR</H2>
+<h2 id="author">AUTHOR</h2>
 
 Russell Marks.
 
-<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>
-
-<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>
+<h2 id="seealso">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>
+
+<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>