Last active
November 13, 2017 18:55
-
-
Save simplesessions/07372faccb937a8484bc3862889cf4a1 to your computer and use it in GitHub Desktop.
Gifsicle: Frames & Timing
This file contains 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 -d 12 -U input.gif `seq -f "#%g" 0 4 82` -O2 -o output.gif | |
# ^ timing ^ output | |
# ^ input file ^ start frame, every other, end frame |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment