Collage Maker avatar
Collage Maker

Pricing

$9.00/month + usage

Go to Store
Collage Maker

Collage Maker

Developed by

Maged Safwat

Maged Safwat

Maintained by Community

The Most Advanced and Inteligent Collage Generator with 13 templates and size and number flixible layouts

0.0 (0)

Pricing

$9.00/month + usage

0

Total users

1

Monthly users

1

Runs succeeded

>99%

Last modified

2 months ago

Collage Generator

Description

The Most Advanced and Inteligent Collage Generator with 13 templates and size and number flixible layouts

Inputs

  • width: Width of the collage (default: 2000)
  • height: Height of the collage (default: 2000)
  • template: Type of collage template (default: "grid")
    • Available templates: "grid", "pinterest", "polaroid", "circular", "diagonal", "mosaic", "hexagonal", "spiral", "heart", "film_strip", "staggered_grid", "checkerboard", "zigzag_grid"
  • rows: Number of rows (for grid template) (default: 3)
  • cols: Number of columns (for grid template) (default: 3)
  • prevent_repetition: Prevent repetition of images in the collage (default: false)
  • image_urls: List of URLs to download images from if input_folder is empty (default: [])

Input Example

{
"width": 2000,
"height": 2000,
"template": "grid",
"rows": 3,
"cols": 3,
"prevent_repetition": false,
"image_urls": [
"https://example.com/image1.jpg",
"https://example.com/image2.jpg",
"https://example.com/image3.jpg"
]
}

Output

  • collage_url: URL to the generated collage image.

Available Templates

  • grid
  • pinterest
  • polaroid
  • circular
  • diagonal
  • mosaic
  • hexagonal
  • spiral
  • heart
  • film_strip
  • staggered_grid
  • checkerboard
  • zigzag_grid