mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
14 lines
338 B
Plaintext
14 lines
338 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# pbmtowbmp
|
|
|
|
> Convert a PBM image to a wireless bitmap file.
|
|
> More information: <https://netpbm.sourceforge.net/doc/pbmtowbmp.html>.
|
|
|
|
- Convert a PBM image to a WBMP file:
|
|
|
|
`pbmtowbmp {{path/to/input_file.pbm}} > {{path/to/output_file.wbmp}}`
|