image_size property

image_size property

Gets/sets the size of the output images in pixels.

Definition:

@property
def image_size(self):
    ...
@image_size.setter
def image_size(self, value):
    ...

See Also