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!
[email protected]
Printable View
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!
[email protected]
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 [email protected] for more information.
vinoj