read_image
Load a saved PNG image from disk as a Base64Image object, ready for use in editing, background removal, or pixel art conversion.
Instructions
Read a previously saved image from disk and return it as a Base64Image object that can be passed directly to other tools (e.g. edit_image, remove_background, image_to_pixelart). Use the file paths shown in earlier tool responses.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Absolute path to a saved PNG image (from a previous tool response) |