image_quality property

image_quality property

Value in percent where 100% is unchanged quality and image size. To decrease the image size set this property to less than 100

Definition:

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

See Also