We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I used this plugin,parcel-plugin-imagemin to minify animated WebP images , but it's failed with error "not supporting animated WebP".
So, imagemin-webp won't support animated WebP?
The text was updated successfully, but these errors were encountered:
I though animated webp were not supported by this library, but I did few test and it mostly seems to depend on the input file format.
From a *.png:
*.png
From a *.gif:
*.gif
From another *.webp:
*.webp
It's really inconsistent from one format to another and webp -> webp (to resize, crop, ...) is badly supported
Sorry, something went wrong.
+1
No branches or pull requests
I used this plugin,parcel-plugin-imagemin to minify animated WebP images , but it's failed with error "not supporting animated WebP".
So, imagemin-webp won't support animated WebP?
The text was updated successfully, but these errors were encountered: