LinuxCommandLibrary

pbmtomacp

Convert a PBM image to a MacPaint file.

TLDR

Convert a PBM image to a MACP file

$ pbmtomacp [path/to/image.pbm] > [path/to/output.macp]
copy


Do not compress the output file
$ pbmtomacp -norle [path/to/image.pbm] > [path/to/output.macp]
copy

Copied to clipboard