I merge bitmap using this code
Bitmap bitmapMerged = Bitmap.createBitmap( w, h, bitmapOriginal.getConfig()); Canvas canvasMerged = new