Click to See Complete Forum and Search --> : How to use the GetDIBits() function ?


dev
July 8th, 2001, 09:13 PM
How to I use the GetDIBits() function to get every 64 bits of pixel on an image?
Although a pixel has 24 bits(RGB), but I need to get 64 bits which might be 2 pixels or 3 pixels at any one time.

Please help.

Dev.