Image size
Size of image (width, height)
tuple
Example:
>>> from machinevisiontoolbox import Image >>> img = Image.Read('flowers1.png') >>> img.size (640, 426)
The dimensions are in a different order compared to shape.
shape
width height shape
width
height