Hi,

I am aware that bitmap object consists of 4 parts: BITMAPFILEHEADER, BITMAPINFOHEADER, color platette and the pixel data. Can anyone tell me how to extraxt only the pixel data from bitmap object and put it inside a char array or byte array?

Hope someone could help me. Thank you.