image_quality property

image_quality property

Sets the output image quality for image resources when rendering to HTML. The default quality is Low.

Remarks

For code example, see the documentation.

Definition:

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

See Also