Enumeration

VipsForeignTiffPredictor

Declaration

enum Vips.ForeignTiffPredictor

Description [src]

The predictor can help deflate and lzw compression. The values are fixed by the tiff library.

Members

Name Description
VIPS_FOREIGN_TIFF_PREDICTOR_NONE

No prediction.

VIPS_FOREIGN_TIFF_PREDICTOR_HORIZONTAL

Horizontal differencing.

VIPS_FOREIGN_TIFF_PREDICTOR_FLOAT

Float predictor.

VIPS_FOREIGN_TIFF_PREDICTOR_LAST No description available.