Skip to main content
Glama

Image Processing MCP Server

by duke0317

apply_vignette

Apply a customizable vignette effect to images, adjusting strength and output format for enhanced visual focus and artistic appeal.

Instructions

应用晕影效果

Input Schema

NameRequiredDescriptionDefault
image_sourceYes图片源,可以是文件路径或base64编码的图片数据
output_formatNo输出格式:PNG、JPEG、WEBP 等PNG
strengthNo晕影强度,范围 0.0-1.0,值越大效果越明显

Input Schema (JSON Schema)

{ "properties": { "image_source": { "description": "图片源,可以是文件路径或base64编码的图片数据", "title": "Image Source", "type": "string" }, "output_format": { "default": "PNG", "description": "输出格式:PNG、JPEG、WEBP 等", "title": "Output Format", "type": "string" }, "strength": { "default": 0.5, "description": "晕影强度,范围 0.0-1.0,值越大效果越明显", "maximum": 1, "minimum": 0, "title": "Strength", "type": "number" } }, "required": [ "image_source" ], "title": "apply_vignetteArguments", "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