Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

RE: Animate Gifs in Perl\TK

by autark (Friar)
on Jul 11, 2000 at 22:10 UTC ( [id://22057]=note: print w/replies, xml ) Need Help??


in reply to Animate Gifs in Perl\TK

I believe you can use the Tk::Animation module. The manpage says:
use Tk::Animation my $img = $widget->Animation('-format' => 'gif', -file => 'somefile.gi +f'); $img->start_animation($period); $img->stop_animation;
It continues with:
In the simple case when Animation is passed a GIF89 style
GIF with multiple 'frames', it will build an internal array
of Photo images.
Autark

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://22057]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (1)
As of 2024-04-25 01:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found