[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Indicates if smoothing is applied to the raw image data.
Source position: graphics.pp line 1815
public property TJPEGImage.Smoothing : Boolean |
Smoothing is a Boolean property which indicates if smoothing is applied to raw data in the image. Smoothing uses a low pass filter to remove high spatial frequency noise from a digital image.
The value in Smoothing is used in the InitializeReader method to configure the image reader used to load the raw image data. Set the value in Smoothing prior to calling methods which load the image content using an FCL-compatible image reader.
Version 4.0 | Generated 2025-05-03 | Home |