G
GetLLMs

Tool Merge Images

Tool Merge Images is your go-to solution for combining multiple images into elegant horizontal or vertical strips. Try it now and see the results!

Platform: Replicate
Image MergerStrip GeneratorPhoto CollageImage Alignment
109 runs
CPU
License Check Required

🚀Function Overview

A model that merges multiple images into horizontal or vertical strips with resizing, alignment, border controls, and format options.

Key Features

  • Merge images into horizontal/vertical layouts
  • Smart resizing with multiple strategies (e.g., crop, reduce_larger)
  • Alignment controls (start, center, end)
  • Customizable borders (thickness and color)
  • Output format flexibility (WebP/PNG/JPEG)

Use Cases

  • Before/after comparisons
  • Product showcases
  • Social media collages
  • Documentation with combined screenshots
  • Art portfolio displays

⚙️Input Parameters

images

array

Images to merge (order preserved)

orientation

string

Direction of the strip

alignment

string

Alignment perpendicular to orientation

resize_strategy

string

How to equalise sizes along the orientation axis

keep_aspect_ratio

boolean

Maintain aspect ratio when resizing

border_thickness

integer

Border thickness (px) — around and between images

border_color

string

Border colour (hex or Pillow keyword)

output_format

string

Output format

output_quality

integer

Lossy quality 1-100 (ignored for PNG)

💡Usage Examples

Example 1

Input Parameters

{
  "images": [
    "https://replicate.delivery/pbxt/N7iomkdKPMydXErUUHqC1AC0KNoucPaUimMEJW5NroJAUpl7/beast.jpg",
    "https://replicate.delivery/pbxt/N7iomMkoAdSUO7MUDky8R3rfxjmSUu0iumxwkewCsA4as3v0/shadowmere.jpg"
  ],
  "alignment": "center",
  "orientation": "horizontal",
  "border_color": "#ffffff",
  "output_format": "webp",
  "output_quality": 90,
  "resize_strategy": "reduce_larger",
  "border_thickness": 0,
  "keep_aspect_ratio": true
}

Output Results

https://replicate.delivery/xezq/hPPMMhBiOM4GNZLoA9P5KLnBUWJnpim1RoZrElPdp5ALO0MF/merged.webp

Quick Actions

Technical Specifications

Hardware Type
CPU
Run Count
109
Commercial Use
Unknown/Restricted
Platform
Replicate

Related Keywords

Image MergerStrip GeneratorPhoto CollageImage AlignmentBefore/After ComparisonsProduct ShowcasesSocial Media CollagesDocumentation