mirror of
https://github.com/lovell/sharp.git
synced 2025-12-19 15:25:07 +01:00
Default TIFF predictor to horizontal to match libvips' behaviour
This commit is contained in:
@@ -198,7 +198,7 @@ const Sharp = function (input, options) {
|
||||
webpNearLossless: false,
|
||||
tiffQuality: 80,
|
||||
tiffCompression: 'jpeg',
|
||||
tiffPredictor: 'none',
|
||||
tiffPredictor: 'horizontal',
|
||||
tiffSquash: false,
|
||||
tiffXres: 1.0,
|
||||
tiffYres: 1.0,
|
||||
|
||||
Reference in New Issue
Block a user