Enum TiffPredictor
A mathematical operator that is applied to the image data before an encoding scheme is applied.
Namespace: SixLabors.ImageSharp.Formats.Tiff.Constants
Assembly: SixLabors.ImageSharp.dll
Syntax
public enum TiffPredictor : ushortFields
| Name | Description | 
|---|---|
| FloatingPoint | Floating point horizontal differencing. Note: The Tiff Encoder does not yet support this. If this is chosen, the encoder will fallback to none. | 
| Horizontal | Horizontal differencing. | 
| None | No prediction. |