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