Skip to content
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

Animated webp support? #12

Open
SnO2WMaN opened this issue Aug 24, 2018 · 2 comments
Open

Animated webp support? #12

SnO2WMaN opened this issue Aug 24, 2018 · 2 comments

Comments

@SnO2WMaN
Copy link

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?

@kefniark
Copy link

kefniark commented Sep 17, 2019

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:

  • 💚 transparency works
  • 🔴 animation are lost (apng: sample)

From a *.gif:

  • 💚 transparency works
  • 💚 animation work

From another *.webp:

  • 🔴 transparency is lost (sample)
  • 🔴 animation are lost (sample)

It's really inconsistent from one format to another and webp -> webp (to resize, crop, ...) is badly supported

@Preen
Copy link

Preen commented Oct 24, 2019

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants