logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

Convert PBM to MacPaint - Create MacPaint Files | Online Free DevTools by Hexmos

Convert PBM image to MacPaint files with pbmtomacp. Create compatible MACP images from PBM format easily. Free online tool, no registration required.

pbmtomacp

Convert a PBM image to a MacPaint file. See also: macptopbm. More information: https://netpbm.sourceforge.net/doc/pbmtomacp.html.

  • Convert a PBM image to a MACP file:

pbmtomacp {{path/to/image.pbm}} > {{path/to/output.macp}}

  • Do not compress the output file:

pbmtomacp {{[-n|-norle]}} {{path/to/image.pbm}} > {{path/to/output.macp}}

See Also