create_collage
Create a grid collage from multiple images. Resizes each image to fit uniformly in the grid.
Instructions
Arrange multiple images into a grid collage. Images are resized to fit uniformly. Works locally with Pillow.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| columns | No | Number of columns in the grid (default: 2) | |
| spacing | No | Spacing between images in pixels (default: 10) | |
| image_paths | Yes | List of image file paths to include in the collage | |
| output_path | No | Path to save the output collage (optional, auto-generated if omitted) |