-1
我想使用matrix.setRotate()方法旋轉從相機意圖接收的位圖圖像。但是這種方法似乎已經從Matrix類中移除。有沒有其他方法可以旋轉BitMap圖像?如何旋轉從相機意圖接收的位圖圖像
更新: setRotate()沒有被刪除我看錯了類android.opengl.Matrix而不是android.graphics.Matrix。
我想使用matrix.setRotate()方法旋轉從相機意圖接收的位圖圖像。但是這種方法似乎已經從Matrix類中移除。有沒有其他方法可以旋轉BitMap圖像?如何旋轉從相機意圖接收的位圖圖像
更新: setRotate()沒有被刪除我看錯了類android.opengl.Matrix而不是android.graphics.Matrix。
由於setRotate()
has not been removed,請使用setRotate()
。