Intervention / image

PHP Image Processing
https://image.intervention.io
MIT License
13.79k stars 1.5k forks source link

Allow animated WEBP's #1375

Closed phknot closed 2 weeks ago

phknot commented 2 weeks ago

The current logic merges all the layers when using WEBP and Imagick. In an animated image, these layers are the separate frames. Not merging the layers when we're dealing with an animation allows for the creation of animated webp files.

Note: this still does only work with Imagick, GD has no animated webp support yet.

olivervogel commented 2 weeks ago

Thanks.