mergeBitmapTB
fun mergeBitmapTB(topBitmap: Bitmap, bottomBitmap: Bitmap, scale: MergeScale = SMALL_ENLARGE): Bitmap
Merge two bitmaps into one bitmap, splicing up and down.
Return
null
if one of the bitmaps is recycled.
Since
0.5.2
Parameters
topBitmap
Bitmap shown on the top.
bottomBitmap
Bitmap shown on the bottom.