get_image_info
Retrieve image dimensions, channel/frame/slice counts, bit depth, and ROI statistics by specifying the window title or using the currently active image.
Instructions
Read dimensions, channel/frame/slice counts, bit depth, and ROI statistics for one image. Uses the front image when image_title is omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image_title | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | No | ||
| title | Yes | ||
| width | Yes | ||
| height | Yes | ||
| slices | Yes | ||
| frames | Yes | ||
| channels | Yes | ||
| bit_depth | Yes | ||
| mean | Yes | ||
| std_dev | Yes | ||
| min | Yes | ||
| max | Yes |