image_size_limit property

image_size_limit property

The maximal dimension of an image, defined as the product of its 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