PREDICTOR¶
- class tifffile.PREDICTOR(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)¶
Values of Predictor tag.
A mathematical operator that is applied to the image data before compression.
- NONE = 1¶
No prediction scheme used (default).
- HORIZONTAL = 2¶
Horizontal differencing.
- FLOATINGPOINT = 3¶
Floating-point horizontal differencing.