diff options
Diffstat (limited to 'upstream/debian-unstable/man1/mrftopbm.1')
-rw-r--r-- | upstream/debian-unstable/man1/mrftopbm.1 | 74 |
1 files changed, 74 insertions, 0 deletions
diff --git a/upstream/debian-unstable/man1/mrftopbm.1 b/upstream/debian-unstable/man1/mrftopbm.1 new file mode 100644 index 00000000..40078d3e --- /dev/null +++ b/upstream/debian-unstable/man1/mrftopbm.1 @@ -0,0 +1,74 @@ +\ +.\" This man page was generated by the Netpbm tool 'makeman' from HTML source. +.\" Do not hand-hack it! If you have bug fixes or improvements, please find +.\" the corresponding HTML page on the Netpbm website, generate a patch +.\" against that, and send it to the Netpbm maintainer. +.TH "Mrftopbm User Manual" 1 "10 August 2003" "netpbm documentation" + + +.SH NAME + +mrftopbm - convert an MRF image to PBM format + +.UN synopsis +.SH SYNOPSIS + +\fBmrftopbm\fP +[ \fB-a\fP ] +[ \fIinput.mrf\fP ] + +.UN description +.SH DESCRIPTION +.PP +This program is part of +.BR "Netpbm" (1)\c +\&. +.PP +\fBmrftopbm\fP converts an MRF image to PBM format. +.PP +\fBmrftopbm\fP takes the MRF image from the file named by the +\fIinput.mrf\fP argument, or Standard Input if you don't specify +\fIinput.mrf\fP. The output goes to Standard Output. +.PP +For more information about mrf, see +.BR "the MRF +specification" (1)\c +\&. + +.UN options +.SH OPTIONS +.PP +In addition to the options common to all programs based on libnetpbm +(most notably \fB-quiet\fP, see +.UR index.html#commonoptions + Common Options +.UE +\&), \fBmrftopbm\fP recognizes the following +command line option: + + +.TP +\fB-a\fP +causes \fBmrftopbm\fP to include the edges, if any, in the output +PBM. This may help when debugging a compressor's edge optimization. + + +.UN author +.SH AUTHOR + +Russell Marks. + +.UN seealso +.SH SEE ALSO +.BR "pbmtomrf" (1)\c +\&, +.BR "pbm" (1)\c +\&, +.BR "mrf" (1)\c +\& +.SH DOCUMENT SOURCE +This manual page was generated by the Netpbm tool 'makeman' from HTML +source. The master documentation is at +.IP +.B http://netpbm.sourceforge.net/doc/mrftopbm.html +.PP
\ No newline at end of file |