Enum WebpEncodingMethod
Quality/speed trade-off for the encoding process (0=fast, 6=slower-better).
Namespace: SixLabors.ImageSharp.Formats.Webp
Assembly: SixLabors.ImageSharp.dll
Syntax
public enum WebpEncodingMethod
Fields
| Name | Description |
|---|---|
| BestQuality | Slowest option, but best quality. |
| Default | BestQuality trade off between speed and quality. |
| Fastest | Fastest, but quality compromise. |
| Level0 | Fastest, but quality compromise. Equivalent to Fastest. |
| Level1 | Level1. |
| Level2 | Level 2. |
| Level3 | Level 3. |
| Level4 | Level 4. Equivalent to Default. |
| Level5 | Level 5. |
| Level6 | Slowest option, but best quality. Equivalent to BestQuality. |