mergeBitmapLR
fun mergeBitmapLR(leftBitmap: Bitmap, rightBitmap: Bitmap, scale: MergeScale = SMALL_ENLARGE): Bitmap
Merge two bitmaps into one bitmap, splicing left and right.
Return
null
if one of the bitmaps is recycled.
Since
0.5.2
Parameters
leftBitmap
Bitmap shown on the left.
rightBitmap
Bitmap shown on the right.