Step-by-step instructions
- 1
Check if the WebP is static or animated
Open the WebP in Chrome or Firefox — if it moves, it's animated. Static and animated WebP require slightly different conversion approaches.
Go to converter - 2
Convert static WebP to GIF with ImageMagick
convert input.webp output.gif. Or on Windows: magick input.webp output.gif.
- 3
Convert animated WebP to GIF with FFmpeg
For best quality: ffmpeg -i input.webp -vf 'split[s0][s1];[s0]palettegen[p];[s1][p]paletteuse' output.gif. The palette filter generates an optimal 256-colour palette for the animation.
- 4
Convert with GIMP (GUI method)
Open GIMP → File → Open → select WebP → if animated, each frame becomes a layer → File → Export As → .gif → enable 'As animation' → Export.
Why convert WebP to GIF?
GIF is the universal animation format — every platform from Slack to iMessage accepts GIF. WebP has growing support but GIF ensures your animation works in messaging apps and CMS platforms that haven't added WebP support.
Your files never leave your device
FormatDrop runs the conversion engine entirely inside your browser using WebAssembly. No file upload. No server. Nothing stored. You can verify this by opening DevTools → Network tab and watching: zero upload requests.
Frequently asked questions
Why is my WebP to GIF conversion so large?
Does Twitter support WebP animations?
No account. No upload. Works in any browser.