summary refs log tree commit diff
path: root/pbmtomrf.html
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2006-12-25 03:06:05 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2006-12-25 03:06:05 +0000
commit1017cbebe5d5edd859e0fddad0a8600f509f4821 (patch)
tree78bdf336648566f7a7d55f42837357dea3dd674c /pbmtomrf.html
parent16f2ac126651015a376eba864a3a35f738b0b25a (diff)
downloadnetpbm-mirror-1017cbebe5d5edd859e0fddad0a8600f509f4821.tar.gz
netpbm-mirror-1017cbebe5d5edd859e0fddad0a8600f509f4821.tar.xz
netpbm-mirror-1017cbebe5d5edd859e0fddad0a8600f509f4821.zip
Place user guide into Subversion repository
git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@181 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'pbmtomrf.html')
-rw-r--r--pbmtomrf.html66
1 files changed, 66 insertions, 0 deletions
diff --git a/pbmtomrf.html b/pbmtomrf.html
new file mode 100644
index 00000000..530a2013
--- /dev/null
+++ b/pbmtomrf.html
@@ -0,0 +1,66 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML><HEAD><TITLE>Pbmtomrf User Manual</TITLE></HEAD>
+<BODY>
+<H1>pbmtomrf</H1>
+Updated: 1991
+<BR>
+<A NAME="lbAB">&nbsp;</A>
+<H2>NAME</H2>
+pbmtomrf - convert a PBM format image to MRF
+
+<A NAME="lbAC">&nbsp;</A>
+<H2>SYNOPSIS</H2>
+
+<B>pbmtomrf</B>
+
+[<I>pbmfile</I>]
+
+
+<A NAME="lbAD">&nbsp;</A>
+<H2>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><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
+not an exact multiple of 64 is not optimal in all cases.
+
+<A NAME="lbAE">&nbsp;</A>
+<H2>OPTIONS</H2>
+
+none.
+
+
+<A NAME="lbAG">&nbsp;</A>
+<H2>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>