rosell-dk / webp-convert

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

Add info about which version of vips supports a given unsupported property #283

Closed rosell-dk closed 3 years ago

rosell-dk commented 3 years ago

Current message when ie "reduction_effort" is unsupported: Your version of vipslib does not support the "reduction_effort" property. The option is ignored.

Improved message that I would like instead: Your version of vipslib does not support the "reduction_effort" property (its the vips equalent to the "method" option. It was introduced in vips 8.8.0). The option is ignored.