标签: android matrix bitmap
以matrix(sale ,rotate, translate)转换的图像。如何使用特定的area(Rect(left, top, right, bottom))创建一个新的位图?
matrix(sale ,rotate, translate)
area(Rect(left, top, right, bottom))
Bitmap bitmap = Bitmap.createBitmap(srcBitmap, left, top, with, height, matrix, false)
但似乎不是原始位图的区域。