ppmtoppm
Copy a PPM image. More information: <https://netpbm.sourceforge.net/doc/ppmtoppm.html>.
Install
- All systems
-
curl cmd.cat/ppmtoppm.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/ppmtoppm
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