Paste Base64 and download a real image
Accepts a data URI or naked Base64. The preview is decoded in the browser, then you download PNG/JPEG/WebP according to the header. Encoding the other way is image to Base64. Check pixels with the dimension checker.
Base64 to image FAQ
- Whitespace in the string?
- Newlines are stripped. If decode still fails, you probably lost the header or truncated the payload.
- What filename do I get?
- decoded-image. Your browser may add an extension from the MIME type.