Link to home
Start Free TrialLog in
Avatar of jophrey
jophrey

asked on

VC++ - Save modified image into bmp file.

I need to save a modified image which is being displayed in a window. I am  using VC++ 6.0.

The image is loaded from a bmp file and displayed in a child window. Using the device context, I inserted some text into the image.

My problem is how do I save this image together with the text shown in this child window into a bmp file?

Or is there any way that I can write the text straight into the image bits?

I prefer the solution to the first question.

ASKER CERTIFIED SOLUTION
Avatar of basant
basant

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial