This should work in IE
<img src="data:image/gif;base64,<YOUR DATA>" alt="Base64 encoded image" width="150" height="150"/>
IE limits this line size to 32 KB.
But there seems to be something wrong with your base64 data. This does not work on my tests in chrome, IE or something else.
http://jsfiddle.net/ppumkin/5JAjh/
source
share