mirror of https://github.com/CrimsonTome/tldr.git
14 lines
357 B
Markdown
14 lines
357 B
Markdown
# 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 -norle {{path/to/image.pbm}} > {{path/to/output.macp}}`
|