1Mrftopbm User Manual(0) Mrftopbm User Manual(0)
2
3
4
6 mrftopbm - convert an MRF image to PBM format
7
8
10 mrftopbm [ -a ] [ input.mrf ]
11
12
14 This program is part of Netpbm(1).
15
16 mrftopbm converts an MRF image to PBM format.
17
18 mrftopbm takes the MRF image from the file named by the input.mrf argu‐
19 ment, or Standard Input if you don't specify input.mrf. The output
20 goes to Standard Output.
21
22 For more information about mrf, see the MRF specification" (1).
23
24
26 In addition to the options common to all programs based on libnetpbm
27 (most notably -quiet, see
28 Common Options ⟨index.html#commonoptions⟩ ), mrftopbm recognizes the
29 following command line option:
30
31
32
33 -a causes mrftopbm to include the edges, if any, in the output PBM.
34 This may help when debugging a compressor's edge optimization.
35
36
37
39 Russell Marks.
40
41
43 pbmtomrf(1), pbm(1), mrf(1)
44
46 This manual page was generated by the Netpbm tool 'makeman' from HTML
47 source. The master documentation is at
48
49 http://netpbm.sourceforge.net/doc/mrftopbm.html
50
51netpbm documentation 10 August 2003 Mrftopbm User Manual(0)