Hello,
Is there a way to read an imagefile into a binary string?
I know I can use
open(FILE,"rb")
but this produces something unreadable that looks a bit like hexdata (I'm a newbie here :-). What I am trying to accomplish is to convert it to a string of ones and zeros. Is this possible?
Thx in advance!