-
Notifications
You must be signed in to change notification settings - Fork 22
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
Fails to convert GIFs #11
Comments
Did you ever figure this out? I'm having the same issue. |
@N-Upchurch Nope, I didn't |
So, it looks like you have to use gif2webp to convert gifs, not cwebp. At least, when I download the binaries and test, the latter works whereas the former does not. I've submitted a pull request to fix this as best as I can. It's most definitely not the best way to do it, but I'm not a Ruby dev haha. Only tested on Ubuntu. In the meantime, if anyone needs to use the gif -> webp functionality, they can manually edit their local copy of the gem using the updated files in my fork, and adding the gif2webp binaries. |
Yeah, I just process images manually on my site and use gif2webp for animated GIFs But I think the latest version of this plugin should be able to handle GIFs (haven't tested) |
Steps to reproduce:
".gif"
to the list of file formats.."gif"
as the gif extension.Here's my config:
All other file formats work.
The text was updated successfully, but these errors were encountered: