create not looping gif

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
myspacee
Posts: 153
Joined: 2007-06-14T02:09:35-07:00

create not looping gif

Post 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.
Bonzo
Posts: 2971
Joined: 2006-05-20T08:08:19-07:00
Location: Cambridge, England

Re: create not looping gif

Post by Bonzo »

Try -loop 1
myspacee
Posts: 153
Joined: 2007-06-14T02:09:35-07:00

Re: create not looping gif

Post by myspacee »

thank you, works.
Try before, but open image with irfranview, and loop automatically. (!)

In web broswer is ok, thank you.

m.
Post Reply