logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

mrftopbm - convert an MRF image to PBM format

Author

       Russell Marks.

Description

       This program is part of Netpbm(1).

       mrftopbm converts an MRF image to PBM format.

       mrftopbm  takes  the  MRF  image  from the file named by the input.mrf argument, or Standard Input if you
       don't specify input.mrf.  The output goes to Standard Output.

       For more information about mrf, see theMRF specification" (1).

Document Source

       This manual page was generated by the Netpbm tool 'makeman' from HTML source.  The  master  documentation
       is at

              http://netpbm.sourceforge.net/doc/mrftopbm.html

netpbm documentation                             10 August 2003                          MrftopbmUserManual(1)

Name

       mrftopbm - convert an MRF image to PBM format

Options

       In addition to the options common to all programs based on libnetpbm (most notably  -quiet,  see   Common
       Options ), mrftopbm recognizes the following command line option:

       -a     causes  mrftopbm  to include the edges, if any, in the output PBM.  This may help when debugging a
              compressor's edge optimization.

See Also

pbmtomrf(1), pbm(1), mrf(1)

Synopsis

mrftopbm [ -a ] [ input.mrf ]

See Also