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

mdatopbm - convert a Microdesign .mda or .mdp file into a PBM image

Author

       Copyright (C) 1999 John Elliott <jce@seasip.demon.co.uk>.

Description

       This program is part of Netpbm(1).

       mdatopbm reads a MicroDesign file as input and Produces a PBM image as output.

       If you don't specify mdafile, mdatopbm takes its input from Standard Input.

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

netpbm documentation                            03 December 2003                         MdatopbmUserManual(1)

Name

       mdatopbm - convert a Microdesign .mda or .mdp file into a PBM image

Options

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

       -d     Double the height of the output file, to compensate for  the  aspect  ratio  used  in  MicroDesign
              files.

       -i     Invert the colors used.

       --     End of options (use this if the filename starts with "-")

       The program also accepts option -a for historical reasons, for
         the same meaning as the Netpbm common option -plain.

See Also

pbmtomda(1), pbm(1)

Synopsis

mdatopbm [-d] [-i] [--] [mdafile]

See Also