Expose mozjpeg quant_table flag (#1285)

This commit is contained in:
Espen Hovlandsdal
2018-07-10 16:56:05 +02:00
committed by Lovell Fuller
parent 5cb35485f1
commit 7bbc5176a1
6 changed files with 62 additions and 0 deletions

View File

@@ -193,6 +193,7 @@ const Sharp = function (input, options) {
jpegOvershootDeringing: false,
jpegOptimiseScans: false,
jpegOptimiseCoding: true,
jpegQuantisationTable: 0,
pngProgressive: false,
pngCompressionLevel: 9,
pngAdaptiveFiltering: false,