mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
f96c1b6848
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
245 B
245 B
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}}