Class Enums.ForeignHeifCompression
The compression format to use inside a HEIF container.
Inheritance
System.Object
Enums.ForeignHeifCompression
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: NetVips
Assembly: NetVips.dll
Syntax
public static class ForeignHeifCompression
Fields
| Improve this Doc View SourceAv1
AOM
Declaration
public const string Av1 = "av1"
Field Value
Type | Description |
---|---|
System.String |
Avc
x264
Declaration
public const string Avc = "avc"
Field Value
Type | Description |
---|---|
System.String |
Hevc
x265
Declaration
public const string Hevc = "hevc"
Field Value
Type | Description |
---|---|
System.String |
Jpeg
JPEG
Declaration
public const string Jpeg = "jpeg"
Field Value
Type | Description |
---|---|
System.String |