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

Convert MDA to PBM - Image Converter | Online Free DevTools by Hexmos

Convert MDA image files with mdatopbm, an image converter. Easily convert and manipulate image formats. Free online tool, no registration required.

mdatopbm

Convert a Microdesign MDA file to a PBM image. See also: pbmtomda. More information: https://netpbm.sourceforge.net/doc/mdatopbm.html.

  • Convert a MDA file to a PBM image:

mdatopbm {{path/to/image.mda}} > {{path/to/output.pbm}}

  • Invert the colors in the input image:

mdatopbm -i {{path/to/image.mda}} > {{path/to/output.pbm}}

  • Double the input image’s height:

mdatopbm -d {{path/to/image.mda}} > {{path/to/output.pbm}}

See Also