snippetbashTip
pbmtowbmp — Convert a PBM image to a wireless bitmap file. More information: <https://netpbm.sourceforge.net/doc
Viewed 0 times
commandconvertcliimagepbmtowbmpbitmapwirelesspbm
Problem
How to use the
pbmtowbmp command: Convert a PBM image to a wireless bitmap file. More information: <https://netpbm.sourceforge.net/doc/pbmtowbmp.html>.Solution
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}}Code Snippets
Convert a PBM image to a WBMP file
pbmtowbmp {{path/to/input_file.pbm}} > {{path/to/output_file.wbmp}}Context
tldr-pages: common/pbmtowbmp
Revisions (0)
No revisions yet.