get_image_info
Retrieve technical details of processed image files including dimensions, format, file size, and bit depth. Optionally includes a thumbnail for visual verification.
Instructions
Get technical information about a processed image file.
Use this to check dimensions, format, file size, and bit depth of JPEG, TIFF, or PNG output files. When include_thumbnail is True, returns an inline thumbnail for visual verification. Params: file_path, include_thumbnail, thumbnail_max_width
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| include_thumbnail | No | ||
| thumbnail_max_width | No |