apply_invert
Invert image colors using a dedicated tool within an image processing server. Accepts file paths or base64-encoded data, transforming visual appearance for diverse design and analysis needs.
Instructions
应用反色滤镜
Input Schema
Name | Required | Description | Default |
---|---|---|---|
image_source | Yes | 图片源,可以是文件路径或base64编码的图片数据 |
Input Schema (JSON Schema)
{
"properties": {
"image_source": {
"description": "图片源,可以是文件路径或base64编码的图片数据",
"title": "Image Source",
"type": "string"
}
},
"required": [
"image_source"
],
"title": "apply_invertArguments",
"type": "object"
}