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

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

Submitted by: @import:tldr-pages··
0
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.