Skip to main content
Glama

Image Processing MCP Server

by duke0317

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

NameRequiredDescriptionDefault
background_colorNo背景颜色,支持十六进制颜色代码#FFFFFF
grid_columnsNo网格列数
image_sourcesYes图片源列表,每个元素可以是文件路径或base64编码的图片数据
output_formatNo输出格式:PNG、JPEG、WEBP 等PNG
spacingNo图片间距(像素)
thumbnail_sizeNo缩略图大小(像素)

Input Schema (JSON Schema)

{ "properties": { "background_color": { "default": "#FFFFFF", "description": "背景颜色,支持十六进制颜色代码", "title": "Background Color", "type": "string" }, "grid_columns": { "default": 4, "description": "网格列数", "minimum": 1, "title": "Grid Columns", "type": "integer" }, "image_sources": { "description": "图片源列表,每个元素可以是文件路径或base64编码的图片数据", "items": {}, "title": "Image Sources", "type": "array" }, "output_format": { "default": "PNG", "description": "输出格式:PNG、JPEG、WEBP 等", "title": "Output Format", "type": "string" }, "spacing": { "default": 10, "description": "图片间距(像素)", "minimum": 0, "title": "Spacing", "type": "integer" }, "thumbnail_size": { "default": 150, "description": "缩略图大小(像素)", "minimum": 50, "title": "Thumbnail Size", "type": "integer" } }, "required": [ "image_sources" ], "title": "create_thumbnail_gridArguments", "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/duke0317/ps-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server