Intro, Commands, CT001, Draw a square, Draw a square cont., The Repeat Block, CT002, Fun with repeat, Variables, Using variables, Random numbers, Fun with random numbers, Challenge 001, Challenge 001 Help, Challenge 002, Challenge 002 Help, Challenge 003, Animate a GIF, Resources
Jasmin.loop.gif
Sam's Looping
I fixed the looping issue with Sam's GIF using imagemagick.org
which installs a Command Line utility
The following command added a "loop 0" value to the gif which causes it to loop repeatedly as it should
C:\Program Files\ImageMagick-7.0.6-Q16>magick -loop 0 c:\test\Sam.gif c:\test\Sam-loop.gif
Previous page | Next Resources