LimJiHye0804 / pygifconv_jh

Repository from Github https://github.comLimJiHye0804/pygifconv_jhRepository from Github https://github.comLimJiHye0804/pygifconv_jh

pygifconvt

Table of Contents

Installation

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)

Quick start

 >>> from pygifconv_jh.convert import GifConverter
 >>> c = GifConverter("your original images path", 'your gif output path', (320,240))
 >>> c.convert_gif()

Features

  • Python library to convert single order multiple frame gif images
  • OpenCV does not support gif images.

About

License:Other


Languages

Language:Python 100.0%