load_image
Load image files or base64 encoded images for processing with the Image Processing MCP Server. Supports local file paths or base64 strings as input sources.
Instructions
加载图片文件或base64编码的图片
Input Schema
Name | Required | Description | Default |
---|---|---|---|
source | Yes | 图片文件路径或base64编码的图片数据。支持本地文件路径(如 'image.jpg')或base64编码字符串 |