apnggif 0.1.4

Creator: bradpython12

Last updated:

Add to Cart

Description:

apnggif 0.1.4

apnggif
Python interface to apng2gif.
Both APNG (Animated PNG) are GIF are major animation formats nowadays, however there is no good python library to convert from APNG to GIF. apnggif is modern, easy-to-use python conversion library (and CLI) built on top of apng2gif which is written in C++ and also used in EZGIF.com.
Usage
apnggif requires python>=3.6.
pip install apnggif

CLI
If you pip install apnggif, a command line client apnggif is already installed in your system. Try the following command to convert APNG image to GIF.
apnggif <GIF> ...

For more information about options, check
apnggif --help

In a Python program
from apnggif import apnggif

apnggif("ball.png")

License
zlib/libpng License.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.