VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Web.Services Namespace / WebWebpEncoderSettings Class
In This Topic
WebWebpEncoderSettings Class Properties
In This Topic
For a list of all properties of this type, see WebWebpEncoderSettings.
Public Properties
 NameDescription
Public PropertyGets the webp file format used. Either lossless or lossy.
Public PropertyGets the encoding method to use. Its a quality/speed trade-off (0=fast, 6=slower-better).
Public PropertyGets the encoding method to use. Its a quality/speed trade-off (0=fast, 6=slower-better).
Public PropertyGets the encoding method to use. Its a quality/speed trade-off (0=fast, 6=slower-better).
Public PropertyGets the compression quality. Between 0 and 100. For lossy, 0 gives the smallest size and 100 the largest. For lossless, this parameter is the amount of effort put into the compression: 0 is the fastest but gives larger files compared to the slowest, but best, 100.
See Also