rosell-dk / webp-convert

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

Add option to skip precompiled cwebp binaries that is known not to work on current system #288

Closed rosell-dk closed 3 years ago

rosell-dk commented 3 years ago

By doing this, conversion time will be improved, as the library will not have to spend time trying to execute a binary that doesn't work. Especially the task of validating the hash of the binary before executing it is time consuming (takes 10-20 ms on my machine, or about the same time as converting a 200kb jpeg)

See also #285

rosell-dk commented 3 years ago

The new option is documented here