Skip to content

Instantly share code, notes, and snippets.

@srdjan-m
Last active June 7, 2016 13:25
Show Gist options
  • Save srdjan-m/1ea76cd3f0b36affb3e71598ad6a04f9 to your computer and use it in GitHub Desktop.
Save srdjan-m/1ea76cd3f0b36affb3e71598ad6a04f9 to your computer and use it in GitHub Desktop.
imagemagick: animated GIF
// Animated GIF
convert -delay 120 -loop 0 *.png animated.gif
// Get duration for animated gif frames
identify -format "Frame %s: %Tcs\n" animated.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment