rosell-dk / webp-convert

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

New "converter" option #306

Closed rosell-dk closed 2 years ago

rosell-dk commented 2 years ago

Currently, to convert using a specific convert, you must use the class for that converter, ie Ewww::convert(...) It would be practical to be able to use the WebPConvert::convert` method.