LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

ybmtopbm

Convert YBM face format to PBM

TLDR

Convert Bennet Yee face to PBM
$ ybmtopbm [input.ybm] > [output.pbm]
copy

SYNOPSIS

ybmtopbm [file]

DESCRIPTION

ybmtopbm converts Bennet Yee's "face" format to PBM. YBM was used for simple face images. Part of 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