Expose WebP alpha quality, lossless and near-lossless output options (#685)

This commit is contained in:
Rahul Nanwani
2017-01-19 19:15:32 +05:30
committed by Lovell Fuller
parent 815d076b35
commit a1b8efe721
9 changed files with 88 additions and 1 deletions

View File

@@ -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;