Compress GIF

Compress GIF — shrink animated GIFs in your browser. Resize, reduce colour depth, drop frames. No upload, no signup, no watermark.

Drop your GIF here or click to browse files
.GIF up to 50 MB

About Compress GIF

Frequently asked questions

Three knobs: scale (shrink dimensions), quality (palette colour count — fewer colours means smaller file), and frame skipping (drop every 2nd or 3rd frame and combine their delays). Each one trades a bit of fidelity for a smaller file; combining all three usually cuts size by 60–90% with the original still recognisable.

No. The tool decodes and re-encodes the GIF entirely in your browser using WebWorkers and the HTML canvas API. Your file never leaves your device. This matters if the GIF is private, internal, or watermarked work-in-progress.

75% is a good default — barely noticeable in most cases and shaves ~40% off the file size. 50% halves both width and height (about 75% smaller in bytes) and is suitable for chat reactions and previews. 25% is aggressive — use it for tiny thumbnails or when you need the GIF under a strict upload limit.

Internally it's the colour-quantisation aggression that gif.js applies — High keeps a richer 256-colour palette per frame, Medium balances size vs fidelity, Low collapses to fewer colours and shows more banding. For photographic GIFs (e.g. video clips), Medium is the safest default. For cartoon-style GIFs with flat colours, Low can compress hard without visible loss.