用矩阵转换图像后如何使用特定的Rect创建位图

时间:2019-05-07 01:54:17

标签: android matrix bitmap

matrix(sale ,rotate, translate)转换的图像。如何使用特定的area(Rect(left, top, right, bottom))创建一个新的位图?

image description of my question

Bitmap bitmap = Bitmap.createBitmap(srcBitmap, left, top, with, height, matrix, false)

但似乎不是原始位图的区域。

0 个答案:

没有答案