I was recently working with ways to hide (or obscure) images in an application’s source code. I’m not sure there’s many uses for encoding image data in a string; It’s certainly not an easy or efficient way of working with images. Never the less though here’s a few notes on converting images to strings of byte data and back.
Read the rest of this entry »