gifsicle

CLI

Create, manipulate, and optimize GIF images and animations.

Optimize and edit GIF animations, reduce file size

3 curated recipes · not yet executed by the harness#gif#optimize#animation#image

Recipes

Curated from documentation and usage. Percentages are estimates, not measurements.

Optimize a GIF

~97% est.
gifsicle -O3 --lossy=80 -o optimized.gif input.gif

Resize a GIF

~96% est.
gifsicle --resize 320x240 -o resized.gif input.gif

Combine frames into GIF

~94% est.
gifsicle --delay=10 -o output.gif frame*.gif

Install

Homebrewbrew install gifsicle

Agent notes

When to use
Compressing GIF files or editing GIF animations
Quick examples
  • gifsicle -O3 --lossy=80 -o optimized.gif input.gif
  • gifsicle --delay=10 -o output.gif frame*.gif

Use from an agent

curl -s https://clihub.com/api/tools/gifsicle | jq '.agentHints.provenRecipes[] | {task, command, verified}'

Or call get_tool with slug gifsicle on the MCP server at https://clihub.com/mcp.

Homepage ↗Repository ↗GPL-2.00 views