Base64 to Image
Convert a Base64 data URL string back to a viewable and downloadable image.
#base64#image#decode#data-url#convert
Loading tool...
How to use
- 1Paste the Base64 string (data:image/...) into the input
- 2Click "Process"
- 3View and download the image
Frequently Asked Questions — Base64 to Image
Does the string need to be "data:image/..."?+
Yes. The tool requires a full data URL format: data:image/png;base64,... For raw base64 strings, use the "Base64 Encode/Decode" tool first.