Skip to main content
Glama

Image Processing MCP Server

by duke0317

blend_images

Combine two images using various blend modes and opacity settings to create customized visual effects. Specify input sources, blend type, transparency, and output format for precise image manipulation.

Instructions

混合两张图片

Input Schema

NameRequiredDescriptionDefault
blend_modeNo混合模式:normal(正常)、multiply(正片叠底)、screen(滤色)、overlay(叠加)normal
image1_sourceYes第一张图片源,可以是文件路径或base64编码的图片数据
image2_sourceYes第二张图片源,可以是文件路径或base64编码的图片数据
opacityNo第二张图片的不透明度,范围 0.0-1.0
output_formatNo输出格式:PNG、JPEG、WEBP 等PNG

Input Schema (JSON Schema)

{ "properties": { "blend_mode": { "default": "normal", "description": "混合模式:normal(正常)、multiply(正片叠底)、screen(滤色)、overlay(叠加)", "title": "Blend Mode", "type": "string" }, "image1_source": { "description": "第一张图片源,可以是文件路径或base64编码的图片数据", "title": "Image1 Source", "type": "string" }, "image2_source": { "description": "第二张图片源,可以是文件路径或base64编码的图片数据", "title": "Image2 Source", "type": "string" }, "opacity": { "default": 0.5, "description": "第二张图片的不透明度,范围 0.0-1.0", "maximum": 1, "minimum": 0, "title": "Opacity", "type": "number" }, "output_format": { "default": "PNG", "description": "输出格式:PNG、JPEG、WEBP 等", "title": "Output Format", "type": "string" } }, "required": [ "image1_source", "image2_source" ], "title": "blend_imagesArguments", "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