SyntaxFix
Write A Post
Hire A Developer
Questions
In your example, you should createElement('img').
createElement('img')
In your link, base64blob != Base64.encode(blob).
base64blob != Base64.encode(blob)
This works, as long as your data is valid http://jsfiddle.net/SXFwP/ (I didn't have any BMP images so I had to use PNG).