quality property

quality property

Sets the quality of the output image.

Remarks

Use this property to adjust images quality. The value must be between 1 (minimum quality) and 100. The default value is 90.

For code example, see the documentation.

Definition:

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

See Also