Categories

Image Stitcher

Combine multiple images into a single stitched image with customizable layout, spacing, and alignment

Click to upload files or drag and drop files here

Maximum file size: 10MB Maximum files: 9
Supported formats: image/jpeg, image/png, image/webp, image/gif, image/bmp, image/tiff

Key Facts

Category
Design
Input Types
file, select, number, color
Output Type
file
Sample Coverage
4
API Ready
Yes

Overview

The Image Stitcher is a versatile utility designed to combine multiple images into a single file, offering precise control over layout, spacing, and alignment for professional-looking results.

When to Use

  • Creating side-by-side comparisons or before-and-after photo sets.
  • Merging multiple screenshots into a single, cohesive vertical or horizontal image.
  • Building custom photo collages or grids for social media and presentations.

How It Works

  • Upload up to 9 image files from your device.
  • Select your preferred layout pattern, such as grid, horizontal, or vertical.
  • Adjust settings like spacing, background color, and alignment to refine the composition.
  • Choose your output format and quality, then generate and download your stitched image.

Use Cases

Compiling product feature screenshots into a single vertical infographic.
Creating a clean grid layout for a collection of event photos.
Merging two images side-by-side for a direct visual comparison.

Examples

1. Creating a Product Comparison

E-commerce Manager
Background
Need to show two product variations side-by-side for a landing page.
Problem
Manually aligning two separate images in design software is tedious.
How to Use
Upload the two product photos, select 'Horizontal' layout, and set spacing to 20px.
Example Config
layout: horizontal, spacing: 20, outputFormat: png
Outcome
A single, perfectly aligned PNG file ready for the website.

2. Vertical Screenshot Collage

Technical Writer
Background
Need to document a multi-step process using several mobile app screenshots.
Problem
Individual screenshots are too small and scattered to follow easily.
How to Use
Upload 4 sequential screenshots, select 'Vertical' layout, and set alignment to 'center'.
Example Config
layout: vertical, spacing: 5, imageAlignment: center, outputFormat: webp
Outcome
A single, high-quality WebP image showing the full workflow in one view.

Try with Samples

image, png, jpg

Related Hubs

FAQ

How many images can I stitch at once?

You can upload and combine up to 9 images in a single session.

Can I control the spacing between images?

Yes, you can set the spacing between images from 0 to 100 pixels.

What file formats are supported?

The tool supports JPEG, PNG, WebP, GIF, BMP, and TIFF formats for input.

Can I change the background color?

Yes, you can select any background color to fill the gaps between your images.

Is there a limit to the output file size?

The total file size for your input images must be under 10MB.

API Documentation

Request Endpoint

POST /en/api/tools/image-stitcher

Request Parameters

Parameter Name Type Required Description
imageFiles file (Upload required) Yes -
layout select Yes -
columns number No -
rows number No -
spacing number No -
backgroundColor color No -
imageAlignment select Yes -
outputFormat select Yes -
quality number No -
maxWidth number No -
maxHeight number No -

File type parameters need to be uploaded first via POST /upload/image-stitcher to get filePath, then pass filePath to the corresponding file field.

Response Format

{
  "filePath": "/public/processing/randomid.ext",
  "fileName": "output.ext",
  "contentType": "application/octet-stream",
  "size": 1024,
  "metadata": {
    "key": "value"
  },
  "error": "Error message (optional)",
  "message": "Notification message (optional)"
}
File: File

AI MCP Documentation

Add this tool to your MCP server configuration:

{
  "mcpServers": {
    "elysiatools-image-stitcher": {
      "name": "image-stitcher",
      "description": "Combine multiple images into a single stitched image with customizable layout, spacing, and alignment",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=image-stitcher",
      "command": "",
      "args": [],
      "env": {},
      "isActive": true,
      "type": "sse"
    }
  }
}

You can chain multiple tools, e.g.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, max 20 tools.

Supports URL file links or Base64 encoding for file parameters.

If you encounter any issues, please contact us at [email protected]