pamtopnm
Convert a PAM image to an equivalent PNM image. More information: <https://netpbm.sourceforge.net/doc/pamtopnm.html>.
Install
- All systems
-
curl cmd.cat/pamtopnm.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/pamtopnm
Convert a PAM image to an equivalent PNM image. More information: <https://netpbm.sourceforge.net/doc/pamtopnm.html>.
-
Convert a PAM image to an equivalent PNM image, i.e. a PBM, PGM or PPM image:
pamtopnm path/to/image.pam > path/to/output.pbm|pgm|ppm
-
Display version:
pamtopnm -version
© tl;dr; authors and contributors