davidbyttow / govips

A lightning fast image processing and resizing library for Go
MIT License
1.23k stars 196 forks source link

Add min_size, kmin and kmax options to webp export params #400

Closed rafaelsierra closed 6 months ago

rafaelsierra commented 6 months ago

This PR adds new params that can be used to optimize exported webp animations.

tonimelisma commented 6 months ago

Thank you @rafaelsierra - apologies, but could you add a small unit test or golden image test for the parameters?