pbmtowbmp - Man Page
convert a PBM image to a wireless bitmap (wbmp) file
Examples (TL;DR)
- Convert a PBM image to a WBMP file:
pbmtowbmp path/to/input_file.pbm > path/to/output_file.wbmp
Synopsis
pbmtowbmp [pbmfile]
Description
This program is part of Netpbm(1).
pbmtowbmp reads a PBM image as input and produces a wbmp file as output.
Options
There are no command line options defined specifically for pbmtowbmp, but it recognizes the options common to all programs based on libnetpbm (See Common Options .)
Limitations
pbmtowbmp can generate only WBMP type 0. This is the only type specified in the WAP 1.1 specifications.
See Also
pbm(1), wbmptopbm(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