
Collage Maker
Try for free
1 day trial then $9.00/month - No credit card required now
Go to Store

Collage Maker
maged120/collage-maker
Try for free
1 day trial then $9.00/month - No credit card required now
The Most Advanced and Inteligent Collage Generator with 13 templates and size and number flixible layouts
Developer
Maintained by Community
Actor Metrics
1 Monthly user
No reviews yet
No bookmarks yet
0% runs succeeded
Created in Mar 2025
Modified 5 minutes ago
Categories
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
1{ 2 "width": 2000, 3 "height": 2000, 4 "template": "grid", 5 "rows": 3, 6 "cols": 3, 7 "prevent_repetition": false, 8 "image_urls": [ 9 "https://example.com/image1.jpg", 10 "https://example.com/image2.jpg", 11 "https://example.com/image3.jpg" 12 ] 13}
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