1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/pbmtowbmp.md

9 lines
245 B
Markdown
Raw Normal View History

# 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}}`