Skip to main content
7 events
when toggle format what by license comment
Dec 21, 2021 at 1:42 comment added user5359531 wont this run into issues in that it depends on using a *.jpg style list of input items, eventually running into CLI command length problems and also problems with consistent ordering of the items?
Nov 29, 2017 at 15:47 comment added Jun Wang Using ImageMagick, you can also easily resize the animated gif such as convert -delay 20 -resize 300x200 -loop 0 *jpg animated.gif
Nov 4, 2014 at 19:42 comment added andreasdr I agree, this is the best solution that I've come across. Here's a minimal example (based on the user Steve B's example code posted at stackoverflow.com/questions/10922285/…): pastebin.com/JJ6ZuXdz
Apr 3, 2014 at 1:41 comment added Nick I'm a Python guy but found ImageMagick much easier here. I just made my sequence of images and ran something like convert -delay 20 -loop 0 *jpg animated.gif
Apr 1, 2013 at 10:31 review Suggested edits
Apr 1, 2013 at 10:36
Apr 20, 2009 at 21:26 vote accept FogleBird
Apr 15, 2009 at 21:34 history answered FogleBird CC BY-SA 2.5