read_image
Read a saved PNG image from disk and return it as a Base64Image object for use with editing, background removal, or pixel art conversion tools.
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) |