rosell-dk / webp-convert

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

JPEG 2000 support? #242

Closed Mohamed-Kassem-com closed 4 years ago

Mohamed-Kassem-com commented 4 years ago

webp covers a lot of browsers but not Apple's Safari which supports JPEG 2000 as next-gen format. Is it possible at all to include JPEG 2000 so all browsers are getting next-gen formats?

rosell-dk commented 4 years ago

PHP support for converting to JPEG 2000 is quite limited. So I decided against.