LinuxCommandLibrary

pbmtomda

Convert a PBM image to a Microdesign MDA file.

TLDR

Convert a PBM image to a MDA file

$ pbmtomda [path/to/image.pbm] > [path/to/output.mda]
copy


Invert the colors in the input image
$ pbmtomda -i [path/to/image.pbm] > [path/to/output.mda]
copy


Halve the input image's height
$ pbmtomda -d [path/to/image.pbm] > [path/to/output.mda]
copy

Copied to clipboard