1Upload every file you want combined — at least two of them.
2Drag the uploaded items into the order you want; the order is taken from the list, not from the filenames.
3Start the merge, which joins matching inputs without re-encoding them and reconciles mismatched ones exactly once.
4Download the single combined Image file.
Merge Image FAQ
How does Merge Image join the files together?
+
Concretely, the set is laid out onto one canvas with consistent sizing, and the output format is chosen to suit the inputs rather than forcing everything through a lossy encoder. Upload everything you want combined and the result comes back as a single file.
Can I control the order things are joined in?
+
Yes — drag the uploaded items into the order you want before starting. Order is taken from the list, not from the filenames, so "IMG_2.jpg" sorting after "IMG_10.jpg" is not a problem you have to solve first.
Does it matter if the inputs are different formats?
+
It does. this format is read and written by the same streaming pipeline as everything else we support. Matching inputs take a fast, lossless path; mismatched ones have to be reconciled to a common format, which is slower and costs one encode.
Anything specific to Image when merging?
+
Yes — the pipeline reads the real format from the file header rather than the extension, so a mislabelled upload still works. That is worth checking when the inputs did not all come from the same source.
How many files can I combine at once?
+
On the free tier a merge accepts two files at a time, which is deliberately higher than the single-file limit on other tools because merging one file is meaningless. A pass removes the cap entirely.
Is the merge lossless?
+
It is whenever the inputs already agree — the encoded data is copied straight through. It stops being lossless only when the inputs disagree and something has to be re-encoded to make them compatible, and even then it is one pass, not one per file.
Which image formats does Merge Image accept?
+
All of the common ones — JPG, JPEG, PNG, WebP, GIF, BMP, TIFF, SVG, ICO, PSD, JFIF and HEIC. You can mix formats freely in one batch; each file is identified from its header and routed to the right decoder.
Is there a file size limit on Merge Image?
+
Yes: free accounts process images up to 25 MB each regardless of which image format you brought; ImageMagick, libjpeg-turbo, libpng and libwebp do the actual work. The cap is per file, so a batch of twenty 5 MB photos is fine even though the total is well over the limit.
Will Merge Image lower the quality of my images?
+
That depends on what you brought. A lossless source (PNG, BMP, TIFF) round-trips exactly; a lossy one (JPG, WebP, GIF) is already the product of one quantisation pass and only re-encodes if the operation genuinely requires it.
Can I run Merge Image on several images at once?
+
Yes, and mixing formats in the batch is fine — settings are applied per file with the right decoder for each. Free accounts run one file at a time; a pass removes that.
What happens to metadata and transparency?
+
EXIF and the ICC colour profile are carried across wherever the target format supports them, and an alpha channel survives into any format that has one. Transparency is only flattened when the destination format has no way to represent it.
Does Merge Image cost anything?
+
No. Merge Image is free without an account and adds no watermark. Uploads are deleted from the workers shortly after the job completes.