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

pbmtomrf - convert a PBM format image to MRF

Author

       Russell Marks.

Description

       This program is part of Netpbm(1).

       pbmtomrf converts a PBM image to MRF format.

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

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

       The compression of the edges of pictures with width and/or height not an exact  multiple  of  64  is  not
       optimal in all cases.

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/pbmtomrf.html

netpbm documentation                                  1991                               PbmtomrfUserManual(1)

Name

       pbmtomrf - convert a PBM format image to MRF

Options

       There are no command line options defined specifically for pbmtomrf, but it recognizes the options common
       to all programs based on libnetpbm (See  Common Options .)

See Also

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

Synopsis

pbmtomrf

       [pbmfile]

See Also