pbmtomda(1) - Linux man page

Name

pbmtomda - convert a PBM image to a Microdesign .mda

Synopsis

pbmtomda

[-d] [-i] [--]

[pbmfile]

Description

This program is part of Netpbm(1).

pbmtomda reads a PBM image as input and produces a MicroDesign 2 area file (.MDA) as output.

If you do not specify pbmfile, pbmtomda uses Standard Input.

Options

-d

Halve 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 '-')

Limitations

There's no way to produce files in MicroDesign 3 format. MD3 itself and mdatopbm(1)canreadfilesineitherformat.

See Also

mdatopbm(1), pbm(1)

Author

Copyright © 1999 John Elliott <jce@seasip.demon.co.uk>.