stefangabos / Zebra_Image

A single-file lightweight PHP library designed for efficient image manipulation featuring methods for modifying images and applying filters
https://stefangabos.github.io/Zebra_Image/Zebra_Image/Zebra_Image.html
Other
138 stars 51 forks source link

WebP support? #21

Closed Taapo closed 4 years ago

Taapo commented 4 years ago

Is there any plan to support webp?

stefangabos commented 4 years ago

sure, sounds like a good idea, thanks for bringing this up! i added it to my todo list and hopefully will get it done over the weekend

Taapo commented 4 years ago

Awesome - would be a great addition. Problem is that GD doesn't support webp for versions of php older than 7 - how do you think you'd solve this?

stefangabos commented 4 years ago

easy - it would work only if the imagewebp function is available, or trigger an error otherwise. or maybe a fallback to a different image type (but i don't think that would be of any help)

Taapo commented 4 years ago

nice, good call - looking forward to having this added! thanks for the responsiveness :)

stefangabos commented 4 years ago

i've added support for WEBP. see also the webp_quality property

stefangabos commented 4 years ago

not yet available as a release. please give it a spin and if it works i'll publish a new release. thanks!

stefangabos commented 4 years ago

this is now available as a release