Merge pull request #1699 from lovell/webp-anim-allow-mixed
Further reduce animated WebP image size by ~5% when min_size is set
This commit is contained in:
commit
b27fc73ac7
@ -310,6 +310,7 @@ write_webp_anim( VipsWebPWrite *write, VipsImage *image, int page_height )
|
||||
}
|
||||
|
||||
anim_config.minimize_size = write->min_size;
|
||||
anim_config.allow_mixed = write->min_size;
|
||||
anim_config.kmin = write->kmin;
|
||||
anim_config.kmax = write->kmax;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user