Expose GIF opts: interFrameMaxError, interPaletteMaxError #3401

This commit is contained in:
Lovell Fuller
2022-11-14 16:09:52 +00:00
parent a9d692fb43
commit 5740f4545e
8 changed files with 81 additions and 1 deletions

View File

@@ -289,6 +289,8 @@ const Sharp = function (input, options) {
gifBitdepth: 8,
gifEffort: 7,
gifDither: 1,
gifInterFrameMaxError: 0,
gifInterPaletteMaxError: 3,
gifReoptimise: false,
tiffQuality: 80,
tiffCompression: 'jpeg',