Created
March 12, 2018 10:38
-
-
Save joakin/230236ec150e79a2d3dc195f1b44a177 to your computer and use it in GitHub Desktop.
Loop a gif and extend the last frame
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
gifsicle intro-gif.gif -d200 "#-1" -o intro-gif-last-frame.gif | |
gifsicle intro-gif.gif --loop --append intro-gif-last-frame.gif -o intro-gif-appended-looped.gif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment