Add mixed and minSize animation options for WebP output

This commit is contained in:
Lovell Fuller
2022-07-12 14:51:03 +01:00
parent 1b84ccbbe9
commit d247c02762
8 changed files with 49 additions and 1 deletions

View File

@@ -157,6 +157,8 @@ struct PipelineBaton {
bool webpLossless;
bool webpSmartSubsample;
int webpEffort;
bool webpMinSize;
bool webpMixed;
int gifBitdepth;
int gifEffort;
double gifDither;
@@ -302,6 +304,8 @@ struct PipelineBaton {
webpLossless(false),
webpSmartSubsample(false),
webpEffort(4),
webpMinSize(false),
webpMixed(false),
tiffQuality(80),
tiffCompression(VIPS_FOREIGN_TIFF_COMPRESSION_JPEG),
tiffPredictor(VIPS_FOREIGN_TIFF_PREDICTOR_HORIZONTAL),