I've read through heaps of posts and read up on the bitmap file type but I'm a little stuck with reading a bitmap.
So far I have read in the info header and the file header but what do I do about the rgbquad and bitmapbits?
They're both arrays so I'm a little confused about knowing how big they are and being able to read them.



LinkBack URL
About LinkBacks



Hi!
I just read the bmp documentation again "color table, defined as an array of RGBQUAD structures" ..
.