create_collage
Combine multiple images into a single collage with customizable layouts, spacing, and background colors. Supports formats like PNG, JPEG, and WEBP, ideal for creating visual compositions.
Instructions
创建图片拼贴
Input Schema
Name | Required | Description | Default |
---|---|---|---|
background_color | No | 背景颜色,支持十六进制颜色代码 | #FFFFFF |
image_sources | Yes | 图片源列表,每个元素可以是文件路径或base64编码的图片数据 | |
layout | No | 布局方式:grid(网格)、horizontal(水平)、vertical(垂直) | grid |
output_format | No | 输出格式:PNG、JPEG、WEBP 等 | PNG |
spacing | No | 图片间距(像素) |