wbmptopbm - Man Page
convert a wireless bitmap (wbmp) file to a PBM
Examples (TL;DR)
- Convert a WBMP file to a PBM image:
wbmptopbm path/to/input_file.wbpm > path/to/output_file.pbm
Synopsis
wbmptopbm
[wbmpfile]
Description
This program is part of Netpbm(1).
wbmptopbm reads a wbmp file as input and produces a PBM image as output.
Options
There are no command line options defined specifically for wbmptopbm, but it recognizes the options common to all programs based on libnetpbm (See Common Options .)
Limitations
wbmptopbm recognizes only WBMP type 0. This is the only type specified in the WAP 1.1 specifications.
See Also
pbm(1), pbmtowbmp(1),
Wireless Application Environment Specification.
Author
Copyright (C) 1999 Terje Sannum <terje@looplab.com>.
Document Source
This manual page was generated by the Netpbm tool 'makeman' from HTML source. The master documentation is at
Referenced By
19 November 1999 netpbm documentation