quality property

quality property

Desired image quality. The value must be between 0 and 100. The default value is 100.

Definition:

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

See Also