|
-
May 6th, 1999, 11:44 PM
#1
Bitmap
How can I save a CBitmap to a .bmp file?
Dave2001,
[email protected]
-
February 9th, 2000, 05:53 AM
#2
Re: Bitmap
The .bmp data structure is like the DIB structure which Windows is using for "device independent bitmaps". You need to convert the CBitmap image (a device dependent bitmap) first to a DIB and then save the image to disk. Have a look at the bitmap section in www.codeguru.com. Anything you need you'll find there. Hope it helps.
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
|