rosell-dk / webp-convert

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

When exec() is unavailable, use proc_open(), passthru(), or other alternative (if available) #311

Closed rosell-dk closed 2 years ago

rosell-dk commented 2 years ago

Use exec-with-fallback to make exec() based converters work on more systems. With this, quality detection will also work on more systems