Willow icon indicating copy to clipboard operation
Willow copied to clipboard

Animated WebP

Open kaedroho opened this issue 5 years ago • 5 comments

Add support for loading and saving animated WebP files

kaedroho avatar Oct 15 '19 09:10 kaedroho

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

lazakoa avatar Oct 15 '20 17:10 lazakoa

This would greatly increase performance on our site.

jamesray avatar Jan 26 '21 00:01 jamesray

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? 🤔️

hpoul avatar Sep 14 '21 12:09 hpoul

@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

kaedroho avatar Sep 14 '21 13:09 kaedroho

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.

andre-fuchs avatar Mar 03 '23 09:03 andre-fuchs