blob: 626b4da57221248047ea4d2695658f23783e4441 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
<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>
<A NAME="lbAB"> </A>
<H2>NAME</H2>
mrftopbm - convert an MRF image to PBM format
<A NAME="lbAC"> </A>
<H2>SYNOPSIS</H2>
<B>mrftopbm</B>
[ <b>-a</b> ]
[ <I>input.mrf</I> ]
<A NAME="lbAD"> </A>
<H2>DESCRIPTION</H2>
<p>This program is part of <a href="index.html">Netpbm</a>.
<p><b>mrftopbm</b> converts an MRF image to PBM format.
<p><b>mrftopbm</b> takes the MRF image from the file named by the
<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>.
<A NAME="lbAE"> </A>
<H2>OPTIONS</H2>
<dl compact>
<dt><b>-a</b>
<dd>
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"> </A>
<A NAME="lbAG"> </A>
<H2>AUTHOR</H2>
Russell Marks.
<A NAME="lbAH"> </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"> </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>
|