|
-
September 8th, 1999, 01:49 PM
#1
Reading Bitmaps & storing them in memory
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]
-
September 8th, 1999, 09:57 PM
#2
Re: Reading Bitmaps & storing them in memory
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|