VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Web.Services Namespace / WebWebpLosslessFormatSettings Class
Constructors Properties SeeAlso
In This Topic
WebWebpLosslessFormatSettings Class Members
In This Topic
The following tables list the members exposed by WebWebpLosslessFormatSettings.
Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the WebWebpLosslessFormatSettings class.
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