I am developing a android application in which I wanted to combine 2 bitmap images and create a new one.
the application I am developing is a greeting card. first image is transparent PNG with text with a cut off area. The other image is a photo user will take a photo from the phone.
I want to create a new image printing the greeting card on top of the users photo.
Can anyone provide some code sample to do this? I want to do this from code without using android controls.