1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 00:42:08 +02:00
tldr/pages/common/wbmptopbm.md
Juri Dispan f96c1b6848
pamtotiff, pbmtowbmp, pnmtotiff, pnmtotiffcmyk, tifftopnm, wbmptopbm: add pages (#11408)
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2023-11-08 14:08:06 +01:00

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