extract_image_from_base64
Extract and process images from base64-encoded data for AI analysis. Convert screenshots, clipboard images, or embedded visuals into a format optimized for LLM use without accessing the file system.
Instructions
Extract and analyze images from base64-encoded data. Ideal for processing screenshots from clipboard, dynamically generated images, or images embedded in applications without requiring file system access.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
base64 | Yes | Base64-encoded image data to analyze (useful for screenshots, images from clipboard, or dynamically generated visuals) | |
max_height | No | For backward compatibility only. Default maximum height is now 512px | |
max_width | No | For backward compatibility only. Default maximum width is now 512px | |
mime_type | No | MIME type of the image (e.g., image/png, image/jpeg) | image/png |
resize | No | For backward compatibility only. Images are always automatically resized to optimal dimensions (max 512x512) for LLM analysis |