Loops for animated GIF

IMagick is a native PHP extension to create and modify images using the ImageMagick API. ImageMagick Studio LLC did not write nor does it maintain the IMagick extension, however, IMagick users are welcome to discuss the extension here.
Post Reply
badabou
Posts: 54
Joined: 2008-06-23T06:12:24-07:00

Loops for animated GIF

Post by badabou »

Hello,

I can't find the method for set the number of loops of animated GIF.

For example as a function setImageLoop.

Thank.
mkoppanen
Posts: 309
Joined: 2007-06-09T07:06:32-07:00

Re: Loops for animated GIF

Post by mkoppanen »

badabou wrote:Hello,

I can't find the method for set the number of loops of animated GIF.

For example as a function setImageLoop.

Thank.
Did you try Imagick::setImageIterations ?
Mikko Koppanen
My blog: http://valokuva.org
Post Reply