mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-02 16:43:08 +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
|
|
---
|
|
# wbmptopbm
|
|
|
|
> Convert a wireless bitmap file to a PBM image.
|
|
> More information: <https://netpbm.sourceforge.net/doc/wbmptopbm.html>.
|
|
|
|
- Convert a WBMP file to a PBM image:
|
|
|
|
`wbmptopbm {{path/to/input_file.wbpm}} > {{path/to/output_file.pbm}}`
|