Hi!
I've written a program which converts a 24-bit bitmap into ASCII text. I'm doing it in C#, but trying not to use the Image or Bitmap class. I've opened the bitmap to an array of bytes, and I know that offset 18-22 is the width of the bitmap (or height, can't remember which). The only...