Merge Images
Merge two photos horizontally or vertically into one image. Border option, preview, PNG download.
Upload GIFs or still images, set the order, then click Combine GIFs to preview the merged animation here.
Sequence
Help Us Improve
—
(—)
Free GIF combiner and GIF merger: combine GIFs, merge animated GIFs, and join GIF frames with JPG or PNG stills—reorder clips, set speed, boomerang loop.
Merge multiple GIFs
Combine GIFs in list order—animated clips and stills in one timeline.
Reorder join sequence
Move clips up or down before merging so frames play A→Z or custom order.
Frame delay control
Set global speed or keep each source GIF’s original frame timing.
Boomerang & reverse
Reverse the full sequence or add a ping-pong boomerang loop.
Loop or play once
Export a forever loop or a single-play animation.
GIF download
Save the combined animation as gif-combiner.gif.
Add GIFs and images
Drop or browse GIF, JPG, PNG, or WebP files (up to 24, 15 MB each).
Set join order
Use the list arrows so clips play in the order you want.
Adjust timing & effects
Pick frame delay, sequence mode, and loop settings.
Combine and download
Click Combine GIFs, preview the result, then Download GIF.
Match dimensions when possible
Similar-sized GIFs center on the largest canvas—resize first if you need pixel-perfect alignment.
Use source timing for mixed speeds
Enable Keep source GIF frame timing when each clip has its own pace.
Still images need delay
JPG and PNG frames use the Frame delay slider—give text cards enough ms to read.
Trim before join
Shorter inputs encode faster and produce smaller output files.
Preview loop setting
Turn off Loop forever for one-shot story GIFs.
Need a grid layout?
Export frames or use /merge-images for side-by-side still composites instead.
Ezgif.com
Industry-standard GIF combiner with frame reordering, speed control, and resize options. Very popular but server-side processing with file size limits.
GIFSpeed.com
Complete GIF toolbox including combine. WebAssembly for local processing. Many tools in one.
JoinGIF.ImageOnline.co
GIF combiner with boomerang and reverse effects. Speed and resize controls. Privacy-focused browser processing.
Clideo.com
Online GIF combiner with timeline editing. Free tier with watermark and file size limits.
GIF Combiner
Combine multiple GIF animations into one. Arrange order, set output size. All processing in your browser.
Reaction chains
Combine two GIFs into one meme sequence for chat or social posts.
Storyboard loops
Join animated GIFs with title cards exported as PNG stills.
Before/after clips
Merge GIF captures in order instead of switching between files.
Tutorial steps
Stitch short screen recordings saved as GIF into one demo.
Boomerang edits
Ping-pong a short clip without a separate editor.
Quick prototypes
Test animation timing before moving to a desktop video tool.
No upload to server
Private client-side decode and encode—files never leave your browser.
Mix formats
Combine animated GIFs with JPG, PNG, or WebP in one join.
Free
Unlimited joins and downloads without sign-up or watermarks.
Reorder before merge
Fix clip order without re-uploading.
Source timing option
Keep original GIF frame delays when merging animations.
Instant preview
See the joined GIF before saving.
“The Graphics Interchange Format is a bitmap image format that supports up to 8 bits per pixel, allowing a single image to reference a palette of up to 256 distinct colors.”
GIF bitmap image format: This tool uses gifuct-js to decode GIF frames and gifenc to re-encode them into a single combined animation — working directly within the GIF format's frame-based animation model. en.wikipedia.org/wiki/GIF
“The Canvas API provides a means for drawing graphics via JavaScript and the HTML canvas element.”
Canvas API (client-side frame compositing): Decoded GIF frames and still images are composited onto Canvas elements for processing, centering, and re-encoding — all running locally in your browser. developer.mozilla.org/en-US/docs/Web/API/Canvas_API
“PNG supports lossless data compression, making it useful for storing graphics that need to be edited repeatedly without losing quality.”
PNG image format: While this tool outputs GIF, PNG's lossless compression principles inform how still image frames (JPG, PNG, WebP) are handled as single-frame inputs in the combining workflow. w3.org/TR/PNG/
“Animation is the method by which still figures are manipulated to appear as moving images, typically created by displaying a sequence of images at a rapid rate.”
Frame-based animation principles: Combining multiple GIF or image sequences into a single animated GIF involves frame assembly and timing — this tool merges separate animations into a single frame sequence. en.wikipedia.org/wiki/Animation