Add support for squashing TIFF output to 1-bit (#783)

This commit is contained in:
YvesBos
2017-04-27 00:47:29 +08:00
committed by Lovell Fuller
parent 567e3dd258
commit 4cd3b66761
7 changed files with 53 additions and 1 deletions

View File

@@ -171,6 +171,7 @@ const Sharp = function (input, options) {
tiffQuality: 80,
tiffCompression: 'jpeg',
tiffPredictor: 'none',
tiffSquash: false,
tileSize: 256,
tileOverlap: 0,
// Function to notify of queue length changes