image_size_limit property

image_size_limit property

The maximal dimension of the image, defined as the product of image width and height.

The image will be scaled based on this property. Default value is 1800000.

Definition:

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

See Also