Convert a microdesign .mda or .mdp file into a portable bitmap
mdatopbm [-a][-d][-i][--] [ mdafile ]
Reads a MicroDesign file as input. Reads from stdin if input file is omitted. Produces a portable bitmap as output.
-a
Output the PBM in ASCII rather than binary.
-d
Double the height of the output file, to compensate for the aspect ratio used in MicroDesign files.
-i
Invert the colours used.
--
End of options (use this if the filename starts with "-")
Copyright (C) 1999 John Elliott <[email protected]>.