get_image_info
Extract image metadata including dimensions, format, color mode, file size, and EXIF data from local files to analyze media properties without external APIs.
Instructions
Get detailed information about an image file.
Returns dimensions, format, color mode, file size, and EXIF metadata.
Args: path: Absolute path to the image file.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |