rosell-dk / webp-convert

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

Do not add -sharp_yuv for old versions of cwebp #284

Closed rosell-dk closed 3 years ago

rosell-dk commented 3 years ago

The sharp_yuv option was added in cwebp 0.6.0rc2. Earlier versions errors with this message: Error! Unknown option '-sharp_yuv

Solution: Only add the -sharp_yuv when the version is at least 0.6.0rc2.

See https://github.com/rosell-dk/webp-convert/issues/267#issuecomment-842020016