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 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