Sybio / ImageWorkshop

ImageWorkshop is a PHP5.3+ library that helps you to manage images based on GD library
http://phpimageworkshop.com/
Other
861 stars 189 forks source link

Added webp support #100

Closed denno020 closed 6 years ago

jdecool commented 6 years ago

Hi @denno020, thanks for your contribution.

Current master branch is compatible with PHP 5.3 and 5.4 which are not support webp format.

Could you throw an exception if the function doesn't exists ?

denno020 commented 6 years ago

Hi @jdecool, thanks for pointing that out!

I wasn't sure the best way to detect WebP support in PHP, so as you'll notice, I'm using gd_info() to check the supported image types. If there is already this check taking place somewhere else inside the application then please point that out and I'll update further to use that too. Thanks!

jdecool commented 6 years ago

Great ! Thanks for your contribution

denno020 commented 6 years ago

No worries at all, glad I could help :)