Page 1 of 1

create not looping gif

Posted: 2013-03-07T12:23:40-07:00
by myspacee
Hi,
try to create a gif from a jpg directory :

Code: Select all

convert -delay 10 -loop 0 *.jpg checkthis.gif
But i want to disable loop. I need this to show my user varius steps and show last image to show process end.
Read doc http://www.imagemagick.org/Usage/anim_basics/#loop but can't understand how use -loop option

thank you for any suggestion,
m.

Re: create not looping gif

Posted: 2013-03-07T12:41:54-07:00
by Bonzo
Try -loop 1

Re: create not looping gif

Posted: 2013-03-07T13:26:33-07:00
by myspacee
thank you, works.
Try before, but open image with irfranview, and loop automatically. (!)

In web broswer is ok, thank you.

m.