Help for this page
my $anim = Gtk2::Gdk::PixbufAnimation->new_from_file($img_path); my $image = Gtk2::Image->new_from_animation($anim);
while (Gtk2->events_pending()) {Gtk2->main_iteration();}