pbmtoybm

converts PBM bitmaps to Bennet Yee's "face" format used by the YBM face

TLDR

Convert PBM to Bennet Yee "face" format
$ pbmtoybm [input.pbm] > [output.ybm]

SYNOPSIS

pbmtoybm [file]

DESCRIPTION

pbmtoybm converts PBM bitmaps to Bennet Yee's "face" format used by the YBM face display program. Part of Netpbm toolkit.

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

SEE ALSO

ybmtopbm(1), pbmtoicon(1)