hoiy guiys.
i made a python script that can convert data(of any type) into images by spitting the hexadecimal representation of the data into the RGBA of the image, and of course a script to turn it back.
it still needs a lot of improving, but it's certainly functional. i was wondering if anybody would be interested. here's a github i just made.
(It's uncommented. I'll get around to commenting my code soon.).
https://github.com/anon-adventures/toimg
I also have another version that I don't have a github for that does only the RGB bands instead of RGBA. Bigger images, but nicer looking pictures ;p.
the syntax is as you'd expect.
python toimg.py <input file> <output image>
and
python tofile.py <input image> <output file>
Pic related is produced using this.