wbmptopbm
Convert Wireless Bitmap to PBM format
TLDR
Convert WBMP to PBM
$ wbmptopbm [input.wbmp] > [output.pbm]
SYNOPSIS
wbmptopbm [file]
DESCRIPTION
wbmptopbm converts WBMP (Wireless Bitmap) format images to PBM (Portable Bitmap) format. WBMP is a monochrome bitmap format that was used in WAP (Wireless Application Protocol) mobile web pages. Part of the Netpbm toolkit.The output is written to stdout.
PARAMETERS
file
Input WBMP file (reads from stdin if omitted)
CAVEATS
WBMP only supports monochrome (1-bit) images, so the output PBM is always black and white.
