rosell-dk / webp-convert

Convert jpeg/png to webp with PHP (if at all possible)
MIT License
578 stars 102 forks source link

Add "method" option to Vips ("reduction_effort") #271

Closed rosell-dk closed 3 years ago

rosell-dk commented 3 years ago

From documentation: "Use reduction_effort to control how much CPU time to spend attempting to reduce file size. A higher value means more effort and therefore CPU time should be spent. It has the range 0-6 and a default value of 4."

It was added in Vips 8.8.0

rosell-dk commented 3 years ago

Oh, this actually corresponds to the cwebp "method" option!

rosell-dk commented 3 years ago

Yes, it is definitely the same as the "method" option: https://github.com/lovell/sharp/issues/1545