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]
- pip install images2gif-Pillow
- Fork from ben C's images2gif repo
- Just modify one line to adapt to Pillow module. ( more detials