lucataco/triblend

Simple tool to crop and merge three images together

Public
8 runs

Run lucataco/triblend with an API

Use one of our client libraries to get started quickly. Clicking on a library will take you to the Playground tab where you can tweak different inputs, see the results, and copy the corresponding code to use in your own project.

Input schema

The fields you can use to run this model with an API. If you don't give a value for a field its default value will be used.

Field Type Default value Description
image1
string
First image to include in the collage
image2
string
Second image to include in the collage
image3
string
Third image to include in the collage
orientation
None
16:9
Output orientation

Output schema

The shape of the response you’ll get when you run this model with an API.

Schema
{
  "type": "object",
  "title": "Output",
  "required": [
    "image"
  ],
  "properties": {
    "image": {
      "type": "string",
      "title": "Image",
      "format": "uri"
    }
  }
}
Example API response
View prediction
{'image': 'https://replicate.delivery/xezq/GEKWBteR6p1FJaekvjxaou15Zqu8KhXn8iYStacAQNOooojVA/collage_output.jpg'}