1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-21 21:22:06 +02:00
tldr/pages/common/pbmtomacp.md
Antti Savolainen e1d44b5166 batch3
2025-03-28 18:12:09 +02:00

366 B

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