Enum Enums.ForeignHeifEncoder
The selected encoder to use.
Namespace: NetVips
Assembly: NetVips.dll
Syntax
public enum Enums.ForeignHeifEncoder
Remarks
If libheif hasn't been compiled with the selected encoder, it will fallback to the default encoder based on Enums.ForeignHeifCompression.
Fields
| Name | Description |
|---|---|
| Aom | AOM |
| Auto | Pick encoder automatically. |
| Rav1e | RAV1E |
| Svt | SVT-AV1 |
| X265 | x265 |