info
Retrieve image metadata (path, format, dimensions, color mode, size) to decide processing steps before resizing or converting. Read-only, never alters the file.
Instructions
Read-only metadata inspector. Returns the image's absolute path, format, width, height, color mode, and file size in bytes. Use it first to learn an image's dimensions or mode before resizing, cropping, or converting. Never writes to or modifies the source file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute or relative path to the source image to inspect. |