Input is not a GIF
Decoding a PNG/JPEG through this tool can only produce a still image, not an animation.
Fix: If the input is not a GIF, use the Base64 to Image tool and convert afterwards.
header • up to 320x100 / 728x90
Decode a Base64 string back into a GIF image — keep animation when possible or export the first frame
content bottom • up to 300x250
sidebar • 160x600
Last reviewed:
Base64 is a binary-to-text encoding that represents arbitrary data using 64 printable ASCII characters, commonly used to embed binary blobs in JSON, URLs, and emails.
A Base64 data URL with the `image/gif` MIME type is a text encoding of a complete GIF binary, including every animation frame.
Base64 to GIF Converter accepts a data URL or raw Base64, verifies it as a GIF, and lets you download the original `.gif` byte-for-byte — no frame loss.
data:image/gif;base64,R0lGODlhIAAgAPMAAOzs7O3t7e7u7u/v7/Dw8PHx8fLy8vPz8/T09PX19fb29v…
base64-to-gif.gif (binary, 18 KB, 12 animated frames)
Decoding a PNG/JPEG through this tool can only produce a still image, not an animation.
Fix: If the input is not a GIF, use the Base64 to Image tool and convert afterwards.
A cut-off Base64 string produces a corrupt GIF.
Fix: Paste the complete payload (including any trailing `=` padding).
Yes when the input is already a GIF — the bytes are passed through verbatim.
The tool reports the detected MIME; use Base64 to Image instead and re-convert to GIF if needed.
No. Everything happens in your browser.
Practical limit is browser memory — a few MB is comfortable; 10 MB+ may be slow.
Related decoders and GIF tools: You can also browse the full Image Tools category for more options.
Turn GIF images (including animated GIFs) into Base64 data URLs ready to embed inline in HTML or CSS
Paste any Base64 data URL or raw Base64 string, auto-detect the MIME type, and preview plus download the image
Decode Base64 images to PNG with transparency preserved and download the result — all in your browser
Encode or decode Base64 strings
Split animated GIF into individual frames
Convert GIF images to JPG/JPEG format
Resize any image to exact pixel dimensions or a percentage, with optional aspect-ratio lock and instant PNG/JPG export
Convert local image files into Base64 text ready to paste into email, JSON payloads, or data URLs
Decode a Base64 data URL or string and download it as a JPG image — all client-side
Decode a Base64 SVG data URL back into the original XML and preview it safely in the browser
Re-encode a Base64 image into modern WebP output with quality control and client-side download
Convert BMP images to JPG/JPEG format