extract_image_from_base64
Convert base64-encoded image data into usable image files for analysis, processing screenshots from clipboard, or handling embedded application images without file system access.
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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base64 | Yes | ||
| mime_type | No | ||
| resize | No | ||
| max_width | No | ||
| max_height | No |