image_size_limit property

image_size_limit property

Gets or sets maximal dimension of image determined by multiplication image width and height. The size of 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