Show / Hide Table of Contents

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 Source

Av1

AOM

Declaration
public const string Av1 = "av1"
Field Value
Type Description
System.String
| Improve this Doc View Source

Avc

x264

Declaration
public const string Avc = "avc"
Field Value
Type Description
System.String
| Improve this Doc View Source

Hevc

x265

Declaration
public const string Hevc = "hevc"
Field Value
Type Description
System.String
| Improve this Doc View Source

Jpeg

JPEG

Declaration
public const string Jpeg = "jpeg"
Field Value
Type Description
System.String
  • Improve this Doc
  • View Source
Back to top Generated by DocFX