Last active
June 7, 2016 13:25
-
-
Save srdjan-m/1ea76cd3f0b36affb3e71598ad6a04f9 to your computer and use it in GitHub Desktop.
imagemagick: animated GIF
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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