pysdic.View.image_shape#

property View.image_shape: Tuple[int, int] | None#

[Get] The shape of the image.

The image shape is a tuple (height, width) representing the dimensions of the image.

Returns:

The shape of the image as a tuple (height, width), or None if not set.

Return type:

Optional[Tuple[int, int]]