I have 2 bitmaps. I want to copy some content from bitmap 1 and some content of bitmap 2 and copy to a bigger bitmap. When i try to do that the smaller bitmap1 gets stretched in the larger bitmap. Is there a way to copy the contents using scaling?
Share
Create your target bitmap, create a
Canvasfor it, then callCanvas.drawBitmapto copy the bitmaps onto your larger bitmap.