Skip to content

FrankZhao66/images2gif-example-master-bugfixed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

images2gif-example

Pequeño ejemplo del uso de la libreria image2gif creado por Almar Klein, Ant1 y Marius van Voorden

2014-07-07: modified by frankzhao66

modified images2gif.py

at		line426	:	palettes.append( getheader(im)[1] ) 
with  	line 427:	palettes.append(im.palette.getdata()[1])
modified main.py
at		line11	:	for im in images:
		line12	:		im.thumbnail(size, Image.ANTIALIAS)
with	line11	:	for key in range(len(images)):
		line 12	:		images[key]=images[key].resize(size)

thanks for the former builder of this work!!! and now it could run normally.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages