apng2gif
tool for converting APNG images to animated GIF format
Install
- All systems
-
curl cmd.cat/apng2gif.sh
- Debian
-
apt-get install apng2gif
- Ubuntu
-
apt-get install apng2gif
- Kali Linux
-
apt-get install apng2gif
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install apng2gif
- OS X
-
brew install apng2gif
- Raspbian
-
apt-get install apng2gif
- Dockerfile
- dockerfile.run/apng2gif
apng2gif
tool for converting APNG images to animated GIF format
This package provides a command line tool for converting images from Animated PNG to animated GIF format. The Animated Portable Network Graphics (APNG) file format is an extension to the Portable Network Graphics (PNG) specification. It allows for animated PNG files that work similarly to animated GIF files, while retaining backward compatibility with non-animated PNG files and adding support for 8-bit transparency and 24-bit images.