quality property
quality property
The desired image quality, which must be between 0 and 100, with a default of 100.
Definition:
@property
def quality(self):
...
@quality.setter
def quality(self, value):
...
See Also
- class
JpegOptions
The desired image quality, which must be between 0 and 100, with a default of 100.
@property
def quality(self):
...
@quality.setter
def quality(self, value):
...
JpegOptions