Re: [Tutor] Trying to use the Pillow library to create a gif

2014-11-18 Thread Alan Gauld
On 18/11/14 09:24, Jason Y wrote: With these images, I'm attempting to create a gif by resizing an image (a 001.jpg) 10 times and than use a recursive function that should use the next image (a 002.jpg) and resize that 10 times, etc...; until it reaches "a 721.jpg", where it should stop. In ad

Re: [Tutor] Trying to use the Pillow library to create a gif

2014-11-18 Thread Alan Gauld
On 18/11/14 09:24, Jason Y wrote: With these images, I'm attempting to create a gif by resizing an image (a 001.jpg) 10 times and than use a recursive function that should use the next image (a 002.jpg) and resize that 10 times, etc...; until it reaches "a 721.jpg", where it should stop. Don't

[Tutor] Trying to use the Pillow library to create a gif

2014-11-18 Thread Jason Y
Hi,~This is a university assignment I'm working on.I have approximately 720 images all using the format "a ###.jpg", where # is a number (ie. "a 001.jpg").With these images, I'm attempting to create a gif by resizing an image (a 001.jpg) 10 times and than use a recursive function that should use