pnm2png
The libpng package contains a library of functions for creating
Install
- All systems
-
curl cmd.cat/pnm2png.sh
- Alpine
-
apk add libpng
- Arch Linux
-
pacman -S libpng
- CentOS
-
yum install libpng
- Fedora
-
dnf install libpng
- OS X
-
brew install libpng
- Dockerfile
- dockerfile.run/pnm2png
- Docker
-
docker run cmd.cat/pnm2png pnm2png
powered by Commando
libpng
The libpng package contains a library of functions for creating
and manipulating PNG (Portable Network Graphics) image format files. PNG is a bit-mapped graphics format similar to the GIF format. PNG was created to replace the GIF format, since GIF uses a patented data compression algorithm. Libpng should be installed if you need to manipulate PNG format image files.