get_image_details
Retrieve image file details such as format, size, and dimensions by providing the image path.
Instructions
Get information about an image file.
Args: image_path: Path to the image file
Returns: Image information (format, size, dimensions)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |