Hi There,
I've got a things to do with android, so, I have 2 images, 1. image from camera 2. another image from somewhere
so what I want to achieve is how to combine those image into 1 image, but it's overlapping (just like watermarking the image), the 2nd image should be scaled first into the size of the 1st image(camera) - so they have same dimension, then if the 2nd image pixel is black, don't combine it (so the black means transparent color - on 2nd image)
do you know what is the best way achieve this, can I do this with xor or bitwise?
Any reference or sample code would be really really much appreciate.
Thanks guys,