Show / Hide Table of Contents

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 Source

Auto

Default preset.

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

Off

Never perform subsampling.

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

On

Always perform subsampling.

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