pbmtoybm
Convert a PBM file to a Bennet Yee "face" file. More information: <https://netpbm.sourceforge.net/doc/pbmtoybm.html>.
Install
- All systems
-
curl cmd.cat/pbmtoybm.sh
- Debian
-
apt-get install netpbm
- Ubuntu
-
apt-get install netpbm
- Arch Linux
-
pacman -S netpbm
- Kali Linux
-
apt-get install netpbm
- CentOS
-
yum install netpbm-progs
- Fedora
-
dnf install netpbm-progs
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install netpbm
- OS X
-
brew install netpbm
- Raspbian
-
apt-get install netpbm
- Dockerfile
- dockerfile.run/pbmtoybm
Convert a PBM file to a Bennet Yee "face" file. More information: <https://netpbm.sourceforge.net/doc/pbmtoybm.html>.
-
Convert a PBM image file to YBM:
pbmtoybm path/to/input_file.pbm > path/to/output_file.ybm
© tl;dr; authors and contributors