Default TIFF predictor to horizontal to match libvips' behaviour

This commit is contained in:
Lovell Fuller
2017-10-19 19:40:07 +01:00
parent 3c88c84998
commit 965a97105e
7 changed files with 10 additions and 4 deletions

View File

@@ -184,7 +184,7 @@ struct PipelineBaton {
webpQuality(80),
tiffQuality(80),
tiffCompression(VIPS_FOREIGN_TIFF_COMPRESSION_JPEG),
tiffPredictor(VIPS_FOREIGN_TIFF_PREDICTOR_NONE),
tiffPredictor(VIPS_FOREIGN_TIFF_PREDICTOR_HORIZONTAL),
tiffSquash(false),
tiffXres(1.0),
tiffYres(1.0),