-
Notifications
You must be signed in to change notification settings - Fork 60
Add webp support #65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
If it's not too much work. I'll have a look. |
+1 |
see #65 I've updated the bundle and broken rspec, this needs fixing we should probably have webp read as well I guess
git master now has webp write. I've updated the bundle and broken rspec support, this needs fixing. Would webp read support be useful too? Theres a new ruby binding here, if you've not seen it: https://github.com/jcupitt/gir_ffi-vips The new one is written in Ruby using gir_ffi and is quite a bit better. It has full webp support already, including write to and from memory buffers. It does leak slightly unfortunately, about 20 bytes per operation call. |
There's a new version of the ruby-vips gem with this feature in, I'll close. The current best vips8 Ruby binding is here: |
see libvips/ruby-vips#65 I've updated the bundle and broken rspec, this needs fixing we should probably have webp read as well I guess
Is there a chance to add to this gem support to webp image format?
libvips already has support for it.
The text was updated successfully, but these errors were encountered: