rosell-dk / webp-convert

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

Add new "try-discovering-cwebp" option for cwebp which tries "which -a cwebp" and "whereis -b cwebp" to discover cwebp binaries #226

Closed rosell-dk closed 4 years ago

rosell-dk commented 4 years ago

The brute force checking of trying to execute common system paths produces entries in error logs for cwebps not found.

A new option "try-discovering-cwebp" could be added, which tries "which -a cwebp" and "whereis -b cwebp"

See https://wordpress.org/support/topic/sh-1-usr-local-bin-cwebp-not-found/