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 Debian
apt-get install netpbm
Ubuntu
apt-get install netpbm
Arch Arch Linux
pacman -S netpbm
image/svg+xml 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

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