mirror of
https://github.com/lovell/sharp.git
synced 2025-12-19 15:25:07 +01:00
Expose WebP alpha quality, lossless and near-lossless output options (#685)
This commit is contained in:
committed by
Lovell Fuller
parent
815d076b35
commit
a1b8efe721
@@ -145,6 +145,9 @@ const Sharp = function (input, options) {
|
||||
pngCompressionLevel: 6,
|
||||
pngAdaptiveFiltering: true,
|
||||
webpQuality: 80,
|
||||
webpAlphaQuality: 100,
|
||||
webpLossless: false,
|
||||
webpNearLossless: false,
|
||||
tiffQuality: 80,
|
||||
tileSize: 256,
|
||||
tileOverlap: 0,
|
||||
|
||||
Reference in New Issue
Block a user