LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

pbmtox10bm

converts PBM bitmaps to X10 bitmap format, which predates the current X11

TLDR

Convert PBM to X10 bitmap format
$ pbmtox10bm [input.pbm] > [output.xbm]
copy

SYNOPSIS

pbmtox10bm [file]

DESCRIPTION

pbmtox10bm converts PBM bitmaps to X10 bitmap format, which predates the current X11 bitmap format. Part of Netpbm toolkit.

INSTALL

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

SEE ALSO

Copied to clipboard
Kai