Skip to content

Free tools › Images

Combine images

Two to ten pictures as one picture, in the order you drop them, with a gap and a background you choose.

More free conversions, where you upload. The Fylane extension does the same work inside any upload form, on its own free share every day.Add to Chrome

How to combine images

  1. Drop two or more pictures, then drag them into order.
  2. Pick side by side, stacked, or a grid.
  3. Press Combine and download one picture.

What happens to your file

Every picture is turned upright and brought to a common size before it is placed: the smallest height for a row, the smallest width for a column, and the smallest of both as the cell of a grid. Nothing is enlarged, so the result is as sharp as your least detailed picture and never blurrier — a cell that a picture does not fill is centred on the background.

The gap and the background are the only decoration. A layout with frames, captions and shadows is a design tool; this makes the one file a form, a listing or a message wanted instead of several.

Questions

Why is the result smaller than my largest photo?

Because pictures are matched to the smallest, not stretched to the largest. Enlarging would invent pixels and blur. Resize the small ones up first if you want a bigger result and accept the softness.

How many pictures fit?

Two to ten on this page (the API takes twenty). For a grid, the columns you set decide the rows; leave it and the grid is as square as the count allows.

Are the pictures kept?

Deleted after 24 hours; the combined picture after 7 days. Nobody looks at them.

Do it once, not on every form

A form that wants a square JPEG under 240 KB says so on the page. The Fylane extension reads that, fits your photo to it, and puts it in the field — without you working out what 240 KB looks like.

And it keeps the result. The next application that asks for a résumé, a cover letter and a photo fills all three from one tap, each one refitted to what that site accepts.

Your files stay in the browser, encrypted, on your machine. Nothing is uploaded to keep them and nothing is sent anywhere to fill a form.

Filmed from the extension: a phone portrait against a form that takes only a square JPEG under 240 KB.

Add to Chrome — freeWhat it does

Do this in code

curl -X POST https://api.fylane.dev/v1/jobs \
  -H "Authorization: Bearer $FYLANE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "file_id": "<file id>",
    "operation": "image.combine",
    "options": {
      "layout": "row",
      "columns": 2,
      "gap": 8,
      "background": "#ffffff",
      "format": "jpeg",
      "file_ids": [
        "<second file id>"
      ]
    }
  }'

The same operation, image.combine — Two to twenty pictures as one — a row, a column or a grid (`layout`, `columns`), each brought to the common size and never enlarged, a `gap` and a `background` between them. Upload first with the quickstart; every option is on the operations page. 500 free credits a month, then $5 per thousand.