SyntaxFix
Write A Post
Hire A Developer
Questions
If the purpose is to obtain a bitmap, this is very simple:
Canvas canvas = new Canvas(); canvas.setBitmap(image); canvas.drawBitmap(image2, new Matrix(), null);
In the end, image will contain the overlap of image and image2.