Click to See Complete Forum and Search --> : Reading Bitmaps & storing them in memory


September 8th, 1999, 01:49 PM
Thanks in advance if you can help me.
I'm using VC++5.0
I'm able to load & display the dib in SDI.
But I want the bitmap to be stored in an array.
That is I want the pixel values in array.
Please help me!
d_sachin123@hotmail.com

vinoj
September 8th, 1999, 09:57 PM
There are many ways in doing that. First load the bitmap into an allocated memory buffer. Then using StretchDIBits blit it to the screen. I have written complete programs using that technique like screen saver, bitmap viewer etc. Contact vinojkumar@usa.net for more information.

vinoj