xbmtopbm
Convert an X11 or X10 bitmap to a PBM image. More information: <https://netpbm.sourceforge.net/doc/xbmtopbm.html>.
Install
- All systems
-
curl cmd.cat/xbmtopbm.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/xbmtopbm
Convert an X11 or X10 bitmap to a PBM image. More information: <https://netpbm.sourceforge.net/doc/xbmtopbm.html>.
-
Convert an XBM image to a PPM image:
xbmtopbm path/to/input_file.xbm > path/to/output_file.pbm
© tl;dr; authors and contributors