CLI available —automate your image workflows from the terminalBetaPro
Decoder Utility • 100% Client-Side

Data URI to Image & Base64 Decoder

Paste any Data URI, HTML <img>, or raw Base64 string to preview and download it as a PNG, JPG, or WebP file.

Accepts Data URIs, HTML <img>, CSS background url(), or raw base64

Frequently Asked Questions

How do I convert a Data URI or Base64 string back into an image file?

Paste your Data URI (e.g. data:image/png;base64,...), raw Base64 string, or an entire HTML <img src='...'> tag into the input box. Imagerry automatically decodes the binary payload, renders an instant live preview, and lets you download it as a PNG, JPG, or WebP file.

Can I convert raw Base64 without the 'data:image/...' prefix?

Yes. Imagerry detects magic bytes at the beginning of raw Base64 strings (like 'iVBORw0KGgo' for PNG or '/9j/' for JPEG) to automatically reconstruct the missing Data URI header and render the image.

Are my Data URIs or decoded images uploaded to any server?

No. All decoding and canvas rasterization occurs entirely inside your local web browser sandbox. No image data, API keys, or private graphics are ever sent across the network.

What image formats can I export to?

You can convert and download decoded graphics as PNG (with full alpha transparency), JPEG (with custom quality compression), WebP, or raw SVG vectors.

Can I copy the decoded image directly to my clipboard without downloading?

Yes! Click the 'Copy PNG' button to write the decoded image binary directly into your system clipboard, ready to paste into Figma, Photoshop, Slack, or Docs.