imagemin / imagemin-webp

WebP plugin for imagemin
MIT License
494 stars 45 forks source link

Animated webp support? #12

Open SnO2WMaN opened 6 years ago

SnO2WMaN commented 6 years ago

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 commented 4 years ago

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:

From a *.gif:

From another *.webp:

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

Preen commented 4 years ago

+1