commands.sh

pbmtomacp

all

Convert a PBM image to a MacPaint file. See also: `macptopbm`.

More info →

Options (1)

-nboolean

Do not compress the output file

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

Examples (2)

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
made by @shridhargupta | data from tldr-pages