ppmtoppm

Copy a PPM image. More information: <https://netpbm.sourceforge.net/doc/ppmtoppm.html>.

Install

All systems
curl cmd.cat/ppmtoppm.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

Copy a PPM image. More information: <https://netpbm.sourceforge.net/doc/ppmtoppm.html>.

  • Copy a PPM image (i.e. a PBM, PGM or PPM image) from `stdin` to `stdout`:
    ppmtoppm < path/to/image.ppm > path/to/output.ppm
  • Display version:
    ppmtoppm -version

© tl;dr; authors and contributors