size property

size property

Gets the width and height, in pixels, of the Image. Read-only ImageWrapper.size.

Definition:

@property
def size(self):
    ...

See Also