Class Enums.ForeignJpegSubsample
Set jpeg subsampling mode.
Inheritance
System.Object
Enums.ForeignJpegSubsample
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 ForeignJpegSubsample
Fields
| Improve this Doc View SourceAuto
Default preset.
Declaration
public const string Auto = "auto"
Field Value
Type | Description |
---|---|
System.String |
Off
Never perform subsampling.
Declaration
public const string Off = "off"
Field Value
Type | Description |
---|---|
System.String |
On
Always perform subsampling.
Declaration
public const string On = "on"
Field Value
Type | Description |
---|---|
System.String |