GIF frame delay

S

Stephen Emslie

Does anyone know of any python imaging modules that can change the
delay between frames of an animated GIF?

Thanks
Stephen Emslie
 
M

Michele Petrazzo

Stephen said:
Does anyone know of any python imaging modules that can change the
delay between frames of an animated GIF?

Thanks
Stephen Emslie
PIL does this, I haven't use it, but into GifImagePlugin.py I read:
# 1996-12-30 fl Added animation support


Bye,
Michele Petrazzo
 
T

Terry Hancock

Does anyone know of any python imaging modules that can change the
delay between frames of an animated GIF?

No. Python imaging libs are pretty biased against GIFs because
of the patent problems (mostly over now?).

I personally would recommend using system calls to control
*gifsicle*, which is the smartest free tool I know for dealing
with GIFs. It can do essentially anything the GIF format supports,
which is a lot more than you can do with PIL or ImageMagick or
other tools.

Anyway, this is what I use when it comes up. There is still some
noise about the patent issue, and this is why Debian still calls
gifsicle "non-free", but the program itself is GPL free-licensed.
If you're going to use GIFs, this is as free as you can get.

Cheers,
Terry
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,212
Messages
2,571,101
Members
47,695
Latest member
KayleneBee

Latest Threads

Top