gifsicle
CLICreate, manipulate, and optimize GIF images and animations.
Optimize and edit GIF animations, reduce file size
Recipes
Curated from documentation and usage. Percentages are estimates, not measurements.
Optimize a GIF
gifsicle -O3 --lossy=80 -o optimized.gif input.gifResize a GIF
gifsicle --resize 320x240 -o resized.gif input.gifCombine frames into GIF
gifsicle --delay=10 -o output.gif frame*.gifInstall
Homebrew
brew install gifsicleAgent notes
- When to use
- Compressing GIF files or editing GIF animations
- Quick examples
gifsicle -O3 --lossy=80 -o optimized.gif input.gifgifsicle --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.