This works ok if the program is IDLE. But since im loading something (converting PSD to JPG) the program is busy and does not play the animation. I cannot use the,my $anim = Gtk2::Gdk::PixbufAnimation->new_from_file($img_path); my $image = Gtk2::Image->new_from_animation($anim);
because the process of converting the image is a single line. (no loops)while (Gtk2->events_pending()) {Gtk2->main_iteration();}
In reply to Pixbuf Animation by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |