I have an animated WebP with a transparent background (link).
Running magick -dispose previous .\image.webp .\image.gif
(or -dispose background
) does not dispose of the previous frame, resulting in the following:
What is the correct way to convert an animated WebP to an animated gif, ideally with convert
, while keeping the background clear each frame?