Download using pip via pypi.
$ pip install 'pygifconv_jh' --upgrade
or
$ pip install git+https://github.com/LimJiHye0804/pygifconv_jh.git
(Mac/homebrew users may need to use pip3
)
>>> from pygifconv_jh.convert import GifConverter
>>> c = GifConverter("your original images path", 'your gif output path', (320,240))
>>> c.convert_gif()
- Python library to convert single order multiple frame gif images
- OpenCV does not support gif images.