create not looping gif
Posted: 2013-03-07T12:23:40-07:00
Hi,
try to create a gif from a jpg directory :
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.
try to create a gif from a jpg directory :
Code: Select all
convert -delay 10 -loop 0 *.jpg checkthis.gif
Read doc http://www.imagemagick.org/Usage/anim_basics/#loop but can't understand how use -loop option
thank you for any suggestion,
m.