adjust_opacity
Modify image transparency by adjusting opacity levels using Image Processing MCP Server. Specify the image source and desired opacity (0.0 for fully transparent to 1.0 for fully opaque).
Instructions
调整图片不透明度
Input Schema
Name | Required | Description | Default |
---|---|---|---|
image_source | Yes | 图片源,可以是文件路径或base64编码的图片数据 | |
opacity | Yes | 不透明度,范围 0.0-1.0,0.0为完全透明,1.0为完全不透明 |