Back to Image
Image collage — grid / horizontal / vertical layout

Image collage — grid / horizontal / vertical layout

Combine multiple images into one — as a grid, a horizontal strip, or a vertical strip. Composited via Canvas entirely in the browser. Tune columns, gap, padding, background color and output format (PNG / JPEG / WebP). Reorder with up/down buttons.

imagemerge

How to use

Drop two or more images, pick a layout (Grid / Horizontal / Vertical), then click Create collage. Canvas composes them with the chosen column count, gap, padding and background color. Use the up/down buttons to reorder, and choose the output format (PNG / JPEG / WebP) before downloading.

FAQ

Are images uploaded?
No. Compositing runs on Canvas; images never leave your browser.
What's the difference between Horizontal and Vertical strips?
Horizontal normalizes the heights and lays the images out left-to-right; Vertical normalizes the widths and lays them top-to-bottom. Aspect ratios are preserved.
How is the grid cell size decided?
Each cell uses the maximum width and height across all inputs. Every image is centered inside its cell using `contain`, with letterboxes filled by the background color.
What if the output is too big?
Run the resize tool on the result. Compositing keeps the original resolution to preserve quality.
Does JPEG output keep transparency?
No — JPEG has no alpha channel, so transparent areas are flattened to the chosen background color. Use PNG or WebP to preserve transparency.

Related tools