Base64 to Image client-side ?
How to use Base64 to ImagePaste a Base64 string or a data URI (data:image/png;base64,…) and preview the decoded image, with its dimensions and size, then download it in the right format. It's the reverse of Base64 image encoding, handy to recover an image embedded in CSS, HTML or JSON. Everything is decoded in your browser.
?
How to use Base64 to Image
Paste a Base64 string or a data URI (data:image/png;base64,…) and preview the decoded image, with its dimensions and size, then download it in the right format. It's the reverse of Base64 image encoding, handy to recover an image embedded in CSS, HTML or JSON. Everything is decoded in your browser.
Decode Base64 into an image.
How to use Base64 to Image
Paste a Base64 string or a data URI (data:image/png;base64,…) and preview the decoded image, with its dimensions and size, then download it in the right format. It's the reverse of Base64 image encoding, handy to recover an image embedded in CSS, HTML or JSON. Everything is decoded in your browser.
Frequently asked questions
Do I need the data: prefix?
No, the tool accepts the raw Base64 string as well as the full data URI. The image type is auto-detected when possible.