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 SourceFloat
Float predictor.
Declaration
public const string Float = "float"
Field Value
Type | Description |
---|---|
System.String |
Horizontal
Horizontal differencing.
Declaration
public const string Horizontal = "horizontal"
Field Value
Type | Description |
---|---|
System.String |
None
No prediction.
Declaration
public const string None = "none"
Field Value
Type | Description |
---|---|
System.String |