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)
INSTALL
sudo apt install netpbm
sudo dnf install netpbm
sudo pacman -S netpbm
sudo apk add netpbm
sudo zypper install netpbm
brew install netpbm
nix profile install nixpkgs#netpbm
CAVEATS
WBMP only supports monochrome (1-bit) images, so the output PBM is always black and white.
