Aback Images
Traité localement

Base64 to Image

Decode a Base64 string or data URI back into a downloadable image file.

Collez ci-dessous une chaîne Base64 ou une data URI. Le type MIME et les données d'image sont validés avant le décodage.

Simple Steps

How to use Base64 to Image

1

Paste a Base64 string or data URI into the text area.

2

The tool validates the MIME type and Base64 correctness.

3

Preview the decoded image instantly.

4

Download the decoded image file.

Got Questions?

Frequently Asked Questions

What formats are accepted?

Raw Base64 with a known image MIME type, or a full data URI like data:image/png;base64,.... The MIME type must be an image type.

Is my pasted data sent anywhere?

No. Decoding happens entirely in your browser.