LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

xbmtopbm

Convert X11 or X10 bitmap to PBM format

TLDR

Convert XBM to PBM
$ xbmtopbm [input.xbm] > [output.pbm]
copy

SYNOPSIS

xbmtopbm [file]

DESCRIPTION

xbmtopbm reads an X11 or X10 bitmap (.xbm) as input and produces a PBM image as output. X bitmap files are C source code that define image data as arrays; this tool extracts and converts the image data. Part of the Netpbm toolkit.

INSTALL

sudo apt install netpbm
copy
sudo dnf install netpbm
copy
sudo pacman -S netpbm
copy
sudo apk add netpbm
copy
sudo zypper install netpbm
copy
brew install netpbm
copy
nix profile install nixpkgs#netpbm
copy

SEE ALSO

Copied to clipboard
Kai