Hi there,

I have to get the RGB values of each pixel of a Bitmap Image. I have to get that Bitmap from the File, then i have to store the RGB values of each pixel in a pointer i.e., int *m_pBmp. and thru this i have to generate the bitmap image .

Plz check this out quickly.