Skip to main content
Glama

Image Processing MCP Server

by duke0317

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

NameRequiredDescriptionDefault
background_colorNo背景颜色,支持十六进制颜色代码#FFFFFF
image_sourcesYes图片源列表,每个元素可以是文件路径或base64编码的图片数据
layoutNo布局方式:grid(网格)、horizontal(水平)、vertical(垂直)grid
output_formatNo输出格式:PNG、JPEG、WEBP 等PNG
spacingNo图片间距(像素)

Input Schema (JSON Schema)

{ "properties": { "background_color": { "default": "#FFFFFF", "description": "背景颜色,支持十六进制颜色代码", "title": "Background Color", "type": "string" }, "image_sources": { "description": "图片源列表,每个元素可以是文件路径或base64编码的图片数据", "items": {}, "title": "Image Sources", "type": "array" }, "layout": { "default": "grid", "description": "布局方式:grid(网格)、horizontal(水平)、vertical(垂直)", "title": "Layout", "type": "string" }, "output_format": { "default": "PNG", "description": "输出格式:PNG、JPEG、WEBP 等", "title": "Output Format", "type": "string" }, "spacing": { "default": 10, "description": "图片间距(像素)", "minimum": 0, "title": "Spacing", "type": "integer" } }, "required": [ "image_sources" ], "title": "create_collageArguments", "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