gifsicle
CLICreate, manipulate, and optimize GIF images and animations.
0 views
Installation
Homebrew
brew install gifsicleLinks
License
GPL-2.0AI Agent Notes
Optimize and edit GIF animations, reduce file size
When to use
Compressing GIF files or editing GIF animations
Examples
gifsicle -O3 --lossy=80 -o optimized.gif input.gifgifsicle --delay=10 -o output.gif frame*.gif
Proven Recipes
Optimize a GIF🟢 97% success
gifsicle -O3 --lossy=80 -o optimized.gif input.gifResize a GIF🟢 96% success
gifsicle --resize 320x240 -o resized.gif input.gifCombine frames into GIF🟢 94% success
gifsicle --delay=10 -o output.gif frame*.gif