gifsicle

CLI

Create, manipulate, and optimize GIF images and animations.

0 views

Installation

Homebrewbrew install gifsicle

Links

License

GPL-2.0

AI 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.gif
  • gifsicle --delay=10 -o output.gif frame*.gif

Proven Recipes

Optimize a GIF🟢 97% success
gifsicle -O3 --lossy=80 -o optimized.gif input.gif
Resize a GIF🟢 96% success
gifsicle --resize 320x240 -o resized.gif input.gif
Combine frames into GIF🟢 94% success
gifsicle --delay=10 -o output.gif frame*.gif