Show / Hide Table of Contents

Class Enums.ForeignTiffPredictor

The predictor can help deflate and lzw compression. The values are fixed by the tiff library.

Inheritance
System.Object
Enums.ForeignTiffPredictor
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 ForeignTiffPredictor

Fields

| Improve this Doc View Source

Float

Float predictor.

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

Horizontal

Horizontal differencing.

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

None

No prediction.

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