Possible Duplicate:
Is it possible to put binary image data into html markup and then get the image displayed as usual in any browser?
So for example I have an image like:
\x89PNG\r\n\u001A\n\u0000\u0000\u0000\rIHDR\u0000\u0000\u0001@\u0000\........
Is there any way that from that I can show the image in a img tag?