image_smoothing_enabled property

image_smoothing_enabled property

Image smoothing mode; if disabled, images will not be smoothed if scaled.

Definition:

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

See Also