Decode Base64 back into an image
Paste a Base64 string — either a bare payload or a full data: URI — and get
the image back, ready to view and download. The type is read from the data
URI when present, or sniffed from the decoded bytes for PNG, JPEG, GIF, WebP and
BMP.
Whitespace and line breaks are stripped automatically, so Base64 lifted from
code, emails or certificates decodes cleanly. Everything happens in your browser
with the built-in atob and Blob APIs — nothing is uploaded.