mirror of
https://github.com/lovell/sharp.git
synced 2025-12-19 07:15:08 +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
@@ -84,6 +84,9 @@ struct PipelineBaton {
|
||||
int pngCompressionLevel;
|
||||
bool pngAdaptiveFiltering;
|
||||
int webpQuality;
|
||||
int webpAlphaQuality;
|
||||
bool webpNearLossless;
|
||||
bool webpLossless;
|
||||
int tiffQuality;
|
||||
std::string err;
|
||||
bool withMetadata;
|
||||
|
||||
Reference in New Issue
Block a user