create_thumbnail_grid
Generate a grid of thumbnails from multiple images, customizable by size, columns, spacing, background color, and output format, for streamlined image organization and presentation.
Instructions
创建缩略图网格
Input Schema
Name | Required | Description | Default |
---|---|---|---|
background_color | No | 背景颜色,支持十六进制颜色代码 | #FFFFFF |
grid_columns | No | 网格列数 | |
image_sources | Yes | 图片源列表,每个元素可以是文件路径或base64编码的图片数据 | |
output_format | No | 输出格式:PNG、JPEG、WEBP 等 | PNG |
spacing | No | 图片间距(像素) | |
thumbnail_size | No | 缩略图大小(像素) |