pysdic.Image.shape#

property Image.shape: Tuple[Integral, Integral] | 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]]