WebWebpEncoderSettings Class Members
In This Topic
The following tables list the members exposed by
WebWebpEncoderSettings.
Public Constructors
Public Properties
| Name | Description |
 | FileType | Gets the webp file format used. Either lossless or lossy. |
 | LosslessSettings | Gets the encoding method to use. Its a quality/speed trade-off (0=fast, 6=slower-better). |
 | LossySettings | Gets the encoding method to use. Its a quality/speed trade-off (0=fast, 6=slower-better). |
 | Method | Gets the encoding method to use. Its a quality/speed trade-off (0=fast, 6=slower-better). |
 | Quality | Gets 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