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