get_image_bounds#

get_image_bounds(image: BioImage) tuple[int, int, int][source]#

Extracts image bounds in the x, y, and z directions.

Parameters:

image – Image object.

Returns:

Tuple of image bounds.