Enum Predictor
Prediction scheme w/ LZW.
Possible values for TiffTag.PREDICTOR tag.
Namespace: BitMiracle.LibTiff.Classic
Assembly: BitMiracle.LibTiff.NET.dll
Syntax
public enum Predictor
Fields
Name | Description |
---|---|
FLOATINGPOINT | Floating point predictor. |
HORIZONTAL | Horizontal differencing. |
NONE | No prediction scheme used. |