Skip to main content
Glama

Image Processing MCP Server

by duke0317

create_silhouette

Transform images into silhouette effects by defining silhouette and background colors, setting a threshold for boundary detection, and selecting output formats like PNG or JPEG on the Image Processing MCP Server.

Instructions

创建图片的剪影效果

Input Schema

NameRequiredDescriptionDefault
background_colorNo背景颜色,十六进制格式或 'transparent'(透明)transparent
image_sourceYes图片源,可以是文件路径或base64编码的图片数据
output_formatNo输出格式:PNG、JPEG、WEBP 等PNG
silhouette_colorNo剪影颜色,十六进制格式如 #000000(黑色)#000000
thresholdNo阈值,范围 0-255,用于确定剪影边界

Input Schema (JSON Schema)

{ "properties": { "background_color": { "default": "transparent", "description": "背景颜色,十六进制格式或 'transparent'(透明)", "title": "Background Color", "type": "string" }, "image_source": { "description": "图片源,可以是文件路径或base64编码的图片数据", "title": "Image Source", "type": "string" }, "output_format": { "default": "PNG", "description": "输出格式:PNG、JPEG、WEBP 等", "title": "Output Format", "type": "string" }, "silhouette_color": { "default": "#000000", "description": "剪影颜色,十六进制格式如 #000000(黑色)", "title": "Silhouette Color", "type": "string" }, "threshold": { "default": 128, "description": "阈值,范围 0-255,用于确定剪影边界", "maximum": 255, "minimum": 0, "title": "Threshold", "type": "integer" } }, "required": [ "image_source" ], "title": "create_silhouetteArguments", "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