ImageMagick / ImageMagick6

🧙‍♂️ ImageMagick 6
https://legacy.imagemagick.org
Other
194 stars 79 forks source link

How to convert a webp to gif formated #327

Open dlemstra opened 2 weeks ago

dlemstra commented 2 weeks ago

Discussed in https://github.com/ImageMagick/ImageMagick6/discussions/326

Originally posted by **ThisMe124** June 12, 2024 ### ImageMagick version ImageMagick 6.9.11-60 Q16 x86_64 ### Operating system, version and so on Pterodactyl Host ### Description Here I want to ask about how to convert from webp to gif formated? I have tried here on terminal : `convert sticker.webp sticker.gif` The Original Webp : `https://qu.ax/LuiL.webp` But after I tried it I got a gif like this : `https://qu.ax/MoiJ.gif` How can I make the white line disappear while it's moving, I mean with clean results? Btw I'm still new to using imagemagick😐
dlemstra commented 2 weeks ago

This bug can be reproduced by running convert LuiL.webp -coalesce -layers optimize anim.gif LuiL.zip