images2gif-Pillow

read and write animated gifs,for Pillow


Keywords
gif, images, Pillow
License
BSD-3-Clause
Install
pip install images2gif-Pillow==0.0.5

Documentation

images2gif-Pillow

update

06/22 fix bug:

x0, x1 = X[0], X[-1]+1
type(x0)
<type 'numpy.ndarray'>

that lead to

C:\Python27\Lib\site-packages\images2gif\images2gif.py:347: VisibleDeprecationWarning: converting an array with ndim > 0 to an index will result in an error in the future im2 = im[y0:y1,x0:x1]

Install

About