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 #80

Open
kaedroho opened this issue Oct 15, 2019 · 5 comments
Open

Animated WebP #80

kaedroho opened this issue Oct 15, 2019 · 5 comments

Comments

@kaedroho
Copy link
Contributor

Add support for loading and saving animated WebP files

@lazakoa
Copy link

lazakoa commented Oct 15, 2020

Just ran across this issue too, only the first frame of the webp is rendered.

@jamesray
Copy link

This would greatly increase performance on our site.

@hpoul
Copy link
Contributor

hpoul commented Sep 14, 2021

Out of curiosity, what is the complication with this? Is this just a matter of making sure webp are also converted using Wand? Or is Wand also not supporting animated webp as well? 🤔️

@kaedroho
Copy link
Contributor Author

@hpoul there's no technical complication as far as I'm aware. Should be possible to do with Pillow using the append_images parameter on output: https://pillow.readthedocs.io/en/stable/handbook/image-file-formats.html#saving-sequences

@andre-fuchs
Copy link
Contributor

I would appreciate animated WebP files as well. Animated GIF support is not great, as ImageMagick needs a lot of cache resources even for smaller files, that we often cannot influence.

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

5 participants