rosell-dk / webp-convert

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

try common path option for imagemagick binary #293

Closed henrikalves closed 2 years ago

henrikalves commented 3 years ago

My Webhoster has the imagemagick binary under /usr/bin/convert which is a common place for it to be so I figured to add the binarydiscovery function cwebp already has to it since webp-express has no option to define custom paths. I think other users will profit from this change too. It is very rudimentary but it works.

rosell-dk commented 2 years ago

thanks!