rosell-dk / webp-convert

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

Deprecate "smart-subsample" option for vips and use "sharp-yuv" instead #280

Closed rosell-dk closed 3 years ago

rosell-dk commented 3 years ago

It turns out that the Vips "smart-subsample" option corresponds to the "sharp-yuv" option.

This can be learned by peeking in the vips source code: https://github.com/libvips/libvips/blob/master/libvips/foreign/vips2webp.c

The "smart-subsample" option should be deprecated and vips should use the "sharp-yuv" option instead