mirror of https://github.com/CrimsonTome/tldr.git
9 lines
245 B
Markdown
9 lines
245 B
Markdown
|
# 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}}`
|