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
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
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