GIF Compressor
Shrink animated GIF file sizes by reducing colors and optimising frames. Runs entirely in your browser — nothing is uploaded. Free.
🖼️ Image Tools
Free
Browser-based
Compression Level
Balanced
LosslessLightBalancedMaximum
Why Use gifsicle for GIF Compression?
Most in-browser GIF compressors work by fully decoding and re-encoding every frame, which causes generation loss and colour degradation. This tool instead uses gifsicle — the industry-standard GIF optimiser — which rewrites LZW codes at the byte level without unnecessarily destroying colour data. The result is dramatically smaller files with far better visual quality.
Compression Level Reference
| Level | gifsicle flag | Best for |
|---|---|---|
| Lossless | -O3 only | Archiving, when quality must be perfect |
| Light | --lossy=40 | Photos, complex gradients, subtle animations |
| Balanced | --lossy=80 | Most animated GIFs — good quality/size tradeoff |
| Maximum | --lossy=160 | Simple flat-color animations where small size matters most |
How It Works
Your GIF is uploaded over HTTPS, processed by gifsicle with -O3 (maximum LZW optimisation) and the chosen lossy level, then streamed back to you as a download. The file is deleted from the server immediately — nothing is stored or logged.