Skip to main content
Glama

Image Processing MCP Server

by duke0317

adjust_contrast

Enhance or reduce image contrast using an adjustable factor to modify visual clarity. Input an image source and a factor value above 1.0 to increase contrast or below 1.0 to decrease it. Optimize image quality for various applications.

Instructions

调整图片对比度

Input Schema

NameRequiredDescriptionDefault
factorYes对比度调整因子,1.0为原始对比度,>1.0增强,<1.0减弱
image_sourceYes图片源,可以是文件路径或base64编码的图片数据

Input Schema (JSON Schema)

{ "properties": { "factor": { "description": "对比度调整因子,1.0为原始对比度,>1.0增强,<1.0减弱", "exclusiveMinimum": 0, "title": "Factor", "type": "number" }, "image_source": { "description": "图片源,可以是文件路径或base64编码的图片数据", "title": "Image Source", "type": "string" } }, "required": [ "image_source", "factor" ], "title": "adjust_contrastArguments", "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