rosell-dk / webp-convert

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

Mark deprecated options #282

Closed rosell-dk closed 3 years ago

rosell-dk commented 3 years ago

It should be possible to mark options as deprecated. WebPConvert::getConverterOptionDefinitions() should not return deprecated options

rosell-dk commented 3 years ago

Related to #279