GIF Resizer
Free GIF resizer: resize GIF, change GIF dimensions, and downsize animated GIFs online. Adjust width and height in pixels with aspect ratio lock.
Upload an animated GIF, adjust compression, then click Compress GIF to preview here.
1 = all frames. Higher values drop frames and merge delays (smaller, choppier).
Help Us Improve
—
(—)
Compress GIF online free. Shrink animated GIF file size with color reduction, scale, and frame sampling—preview and download, no signup.
Scale down
Shrink width and height as a percent to lower GIF size quickly.
Color reduction
Limit palette colors (16–256) to compress GIF with smaller frames.
Frame sampling
Keep every Nth frame and merge delays for a lighter animation.
Before/after size
See original vs compressed bytes and percent saved before download.
Live preview
Watch the optimized GIF loop before you save.
Private processing
GIF compressor online free—no signup, no server upload for encoding.
Upload animated GIF
Drop or browse a .gif file (15 MB max).
Tune compression
Lower scale and colors; optionally raise “every Nth frame” for stronger shrink.
Compress GIF
Click Compress GIF and check the size comparison panel.
Download
Save the optimized GIF when quality and size look right.
Start with colors
Dropping to 64 or 32 colors often shrinks more than tiny scale changes.
Then scale
75% or 50% scale cuts pixels fast—preview before going lower.
Frame step last
Keeping every 2nd frame helps size but can look choppy on fast motion.
Need 256 KB?
Combine low colors + scale; if still over, convert with /gif-to-webp or /gif-to-mp4 when allowed.
Already optimized?
Some GIFs grow after re-encode—compare stats and dial compression up.
Exact dimensions
For width/height in pixels (not percent), use /gif-resizer first or after.
Ezgif.com optimize
Popular GIF compressor / optimizer with lossy and other modes. Files are processed on their servers after upload.
Desktop gifsicle
Excellent CLI optimization. Requires install; not ideal for quick browser edits.
Online “GIF shrinker” sites
Often cloud-hosted with ads, watermarks, or upload queues.
This GIF compressor
Compress and optimize animated GIF in the browser—scale, colors, frame sampling, size stats, download, no signup.
Discord & chat uploads
Hit size caps with a Discord-friendly GIF compressor workflow.
Email attachments
Shrink animated GIFs so they send under mailbox limits.
Web page weight
Optimize GIF loops for faster loads when you must keep .gif.
Social posts
Lower GIF file size before posting to platforms with upload caps.
Mobile sharing
Make GIFs smaller for quick sends over cellular.
Batch prep
Compress one GIF at a time with consistent scale/color settings.
Free and private
Compress GIF online free with no account; files stay on your device.
Clear size feedback
Original vs compressed sizes and percent saved in one place.
Quality trade-offs you control
Scale, colors, and frame step—tune until the loop looks right.
No install
Works in modern browsers on desktop or mobile.
GIF-native output
Stay in .gif when WebP or MP4 is not an option.
Pairs with other tools
Use /gif-resizer for exact pixels, /gif-to-webp for modern embeds.
“The Graphics Interchange Format is a bitmap image format that supports up to 8 bits per pixel and animation.”
GIF: GIF’s 256-color limit and LZW encoding shape how much a GIF compressor can shrink a file while staying in format. en.wikipedia.org/wiki/GIF
“Lempel–Ziv–Welch is a universal lossless data compression algorithm.”
LZW compression: GIF stores frame indices with LZW. Fewer unique colors and smaller frames usually compress better. en.wikipedia.org/wiki/Lempel%E2%80%93Ziv%E2%80%93Welch
“The Canvas API provides a means for drawing graphics via JavaScript and the HTML canvas element.”
Canvas API: Optional downscale uses canvas before re-quantizing frames for the compressed GIF. developer.mozilla.org/en-US/docs/Web/API/Canvas_API
“The File interface provides information about files and allows JavaScript in a web page to access their content.”
File API: Your GIF is read as a local File and processed on-device; nothing is uploaded for compression. developer.mozilla.org/en-US/docs/Web/API/File