[]
Options to control the WEBP encoding.
public class WebpOptions
Public Class WebpOptions
| Name | Description |
|---|---|
| WebpOptions() |
| Name | Description |
|---|---|
| Lossless | Gets or sets a value indicating whether the image is compressed without loosing data (true)
or by reducing image quality (false).
|
| Quality | Gets or sets the quality of the encoding in the range 0 to 100.
|