Enum Enums.ForeignTiffPredictor
The predictor can help deflate and lzw compression. The values are fixed by the tiff library.
Namespace: NetVips
Assembly: NetVips.dll
Syntax
public enum Enums.ForeignTiffPredictor
Fields
| Name | Description |
|---|---|
| Float | Float predictor. |
| Horizontal | Horizontal differencing. |
| None | No prediction. |