HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

wbmptopbm — Convert a wireless bitmap file to a PBM image. More information: <https://netpbm.sourceforge.net/doc

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandconvertclifilebitmapwirelesspbmwbmptopbm

Problem

How to use the wbmptopbm command: Convert a wireless bitmap file to a PBM image. More information: <https://netpbm.sourceforge.net/doc/wbmptopbm.html>.

Solution

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

Code Snippets

Convert a WBMP file to a PBM image

wbmptopbm {{path/to/input_file.wbpm}} > {{path/to/output_file.pbm}}

Context

tldr-pages: common/wbmptopbm

Revisions (0)

No revisions yet.