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