mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-20 07:01:43 +00:00
Update cheatsheets
This commit is contained in:
18
pbmtomacp
Normal file
18
pbmtomacp
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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}}`
|
||||
Reference in New Issue
Block a user