How to use
Paste the string or data URI
Drop your Base64 into the input box. Full data URIs work as is, and raw payloads are fine too, because the tool prepends a data:image/png;base64, prefix automatically when one is missing.
Hit Decode
Click the Decode button. Whitespace and line breaks are stripped first, then the image renders in a preview panel below. If the data can't be displayed as an image, an error message appears instead.
Download the file if you need it
Press Download to save the preview to disk. The extension comes from the MIME type in the data URI, so a image/jpeg URI saves as decoded.jpeg and a plain string saves as decoded.png.
Why Base64 to Image
- Paste a Base64 string or full data URI, get a viewable image.
- Auto-detects data URI vs raw Base64.
- Download the decoded image with correct extension.