pngfix
manipulate PNG image format files
Install
- All systems
-
curl cmd.cat/pngfix.sh
- Debian
-
apt-get install libpng-tools - Ubuntu
-
apt-get install libpng16-tools -
Alpine
-
apk add libpng - Arch Linux
-
pacman -S libpng - Kali Linux
-
apt-get install libpng-tools - CentOS
-
yum install libpng - Fedora
-
dnf install libpng-devel-2 - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install libpng16-tools - OS X
-
brew install libpng - Raspbian
-
apt-get install libpng-tools - Docker
-
docker run cmd.cat/pngfix pngfixpowered by Commando
libpng-devel-2
manipulate PNG image format files
libpng-tools
PNG library - tools (version 1.6)
libpng is a library implementing an interface for reading and writing PNG (Portable Network Graphics) format files. This package contains a program to interact with libpng from the command line.
libpng-tools-2
1.6.35-1.fc30.x86_64 : Tools for PNG image format file library
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.