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


in reply to Image::Magick GIF Animation Speed

$blinker->Write(delay => $hundredths_of_second, filename => "$desktop\\blink.gif");

I read in the tutorials that I encountered googling this up, that another option loop => 0 may be needed if you want the image to keep animating over and over. But as far as I tested it, the option doesn't make any difference.

Replies are listed 'Best First'.
Re^2: Image::Magick GIF Animation Speed
by ~~David~~ (Hermit) on Nov 23, 2007 at 22:38 UTC
    That works perfectly. I didn't need to add the loop option to make it repeat. Thanks, David
    ~~David~~