Free Animated GIF Maker
Combine multiple images into an animated GIF. Adjustable frame delay, output width, looping, and quality. Encoded entirely in your browser.
Drop files here, or click to browse
JPG, PNG, WebP no file size limit
You can drop multiple files at once
Your files never leave your device. All processing happens locally in your browser.
Optimize for your platform
How It Works
GIF encoding runs entirely in your browser via gif.js β a pure-JavaScript GIF encoder with a Web Worker for performance. Your images never upload.
- 1You drop multiple imagesEach image is loaded into your browser's memory and decoded by the browser's built-in image decoder. They appear in the frame list in upload order.
- 2Each frame is drawn to a canvas at the chosen widthAspect ratio is preserved from the first frame. The canvas pixel data is passed to gif.js as a sequence of frames with your chosen delay.
- 3A Web Worker encodes the GIF in the backgroundgif.js spawns a worker to encode without blocking the UI. The worker handles color quantization (reducing each frame to 256 colors) and outputs LZW-compressed GIF bytes.
- 4The finished GIF is offered for downloadWhen encoding completes, you can preview the animation and save it locally. The Blob is held only in your browser memory.
Your photos never upload anywhere. The gif.js worker runs in your browser. Suitable for personal photo collages, memes from screenshots, or sensitive content.
Why use ours?
Related Tools
Image Compressor
Compress JPG, PNG, WebP, and AVIF images. See before/after comparison.
Image Format Converter
Convert between JPG, PNG, WebP, AVIF, GIF, and BMP formats.
Image Resizer
Resize images by dimensions or percentage. Maintain aspect ratio, choose output format, no quality loss.
