Decode Base64 image data
A Data URL includes an image MIME type before its encoded payload. For raw Base64, this tool examines binary signatures for PNG, JPEG, GIF, WebP, BMP, and AVIF; if no reliable signature is found, you must choose the known type.
The decoded bytes become a Blob URL for safe preview and download. Pasted content is never inserted as HTML, and SVG decoding is intentionally excluded.