Expose WebP smartDeblock output option

This commit is contained in:
Lovell Fuller
2024-10-29 14:41:58 +00:00
parent 3154af776e
commit 8afec170ed
8 changed files with 38 additions and 1 deletions

View File

@@ -157,6 +157,7 @@ struct PipelineBaton {
bool webpNearLossless;
bool webpLossless;
bool webpSmartSubsample;
bool webpSmartDeblock;
VipsForeignWebpPreset webpPreset;
int webpEffort;
bool webpMinSize;
@@ -328,6 +329,7 @@ struct PipelineBaton {
webpNearLossless(false),
webpLossless(false),
webpSmartSubsample(false),
webpSmartDeblock(false),
webpPreset(VIPS_FOREIGN_WEBP_PRESET_DEFAULT),
webpEffort(4),
webpMinSize(false),