Hi,
I want to superimpose a picture on another picture. So, that both will be visible( For example, Superimpose an X ray picture on a picture(face). So that, i can see both images with a melded effect.
Can you suggest me, how to go about it.
Thanks.
Printable View
Hi,
I want to superimpose a picture on another picture. So, that both will be visible( For example, Superimpose an X ray picture on a picture(face). So that, i can see both images with a melded effect.
Can you suggest me, how to go about it.
Thanks.
Do you mean alpha blending? For fast blending (works Win98 and above), use the AlphaBlend API call. You can find more about it by searching around, either here or on google.