VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Web.Services Namespace / WebWebpLosslessFormatSettings Class
In This Topic
WebWebpLosslessFormatSettings Class Properties
In This Topic
For a list of all properties of this type, see WebWebpLosslessFormatSettings.
Public Properties
 NameDescription
Public PropertyGets a value indicating whether near lossless mode should be used. This option adjusts pixel values to help compressibility, but has minimal impact on the visual quality.
Public PropertyGets the quality of near-lossless image preprocessing. The range is 0 (maximum preprocessing) to 100 (no preprocessing, the default). Note that lossy with -q 100 can at times yield better results.
Public PropertyGets a value indicating whether to preserve the exact RGB values under transparent area. Otherwise, discard this invisible RGB information for better compression. The default value is Clear.
See Also