I have an ascii text (1s and 0s), representing 1-bit-per-pixel bitmap. I am
trying to convert this into an image that would be recognizable by windows
paint software. I made a custom header and appended the remainder of information
to it, creating one large array and passing this array to "write BMP file"
function. For some reason, the image get disthorted. I was wondering if I
should include some organizational markers (newlines) in the original array,
or what?? Any help would be appreciated.
FRH