mdatopbm(1) - Linux man page
Name
mdatopbm - convert a Microdesign .mda or .mdp file into a PBM image
Synopsis
mdatopbm [-a] [-d] [-i] [--] [mdafile]
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.
Options
- -a
Generate Plain PBM output instead of Raw PBM
-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 '-')
See Also
pbmtomda(1), pbm(1)
Author
Copyright © 1999 John Elliott <jce@seasip.demon.co.uk>.