You are viewing a single comment's thread from:RE: Storing Images on the Steem Blockchain - Censorship resistant imagesView the full contextrigaronib (72)in #censorship • 8 years ago That is one long-ass code.
Took me a second to scroll to your comment.
Took me a bit longer to scroll to yours. Haha
Ideally it should be possible to display data:images inline with code along the lines of below, but it doesn't seem to work. When I tried it, I got a broken-image icon in the preview and an error message when I tried to post anyway.
< img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHElEQVQI12P4//8/w38GIAXDIBKE0DHxgljNBAAO9TXL0Y4OHwAAAABJRU5ErkJggg==" />
(ignore the spurious space between
<
andimg
, the broken-image checker is apparently overzealous and backslash escaping doesn't cut it)