[android-developers] How to merge two bitmap into one

2010-03-15 Thread Nithin
Hi, I have two different bitmap. Can I merge these two bitmap into one ? Nithin -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send

Re: [android-developers] How to merge two bitmap into one

2010-03-15 Thread NapoleonLiu
I think you can build a canvas by one of your bitmap, like this new Canvas(firstBitmap). then use canvas.draw or other methods to draw the anther one. On Mon, 15 Mar 2010 12:25:54 +0800, Nithin nithin.war...@gmail.com wrote: Hi, I have two different bitmap. Can I merge these two bitmap into