http://www.perlmonks.org?node_id=969439


in reply to How to put animated GIF in a perl GUI created using Tk

Googling for animated gif handler Tk produces, among others,
http://www.consistent.org/terran/reference/perltk.txt
and
http://docs.activestate.com/activetcl/8.5/img/doc/img-gif.html

GD, rather than Tk but possibly helpful?
http://search.cpan.org/~dmuey/GD-Image-AnimatedGif-0.05/AnimatedGif.pm
http://www.aspfree.com/c/a/Code-Examples/Handling-Animation-and-Bitmaps-Using-GDI-for-Image-Manipulation/

  • Comment on Re: How to put animated GIF in a perl GUI created using Tk