png-fix-itxt
manipulate PNG image format files
Install
- All systems
-
curl cmd.cat/png-fix-itxt.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 update
sudo apt-get install libpng16-tools
- OS X
-
brew install libpng
- Raspbian
-
apt-get install libpng-tools
- Dockerfile
- dockerfile.run/png-fix-itxt
- Docker
-
docker run cmd.cat/png-fix-itxt png-fix-itxt
powered 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
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.