【发布时间】:2017-06-30 20:09:14
【问题描述】:
我想使用 matrix.setRotate() 方法旋转从相机意图接收到的位图图像。但是,此方法似乎已从 Matrix 类中删除。还有其他方法可以旋转位图图像吗?
更新: setRotate() 没有被删除我正在寻找错误的类 android.opengl.Matrix 而不是 android.graphics.Matrix。
【问题讨论】:
标签: android image bitmap imageview photos
我想使用 matrix.setRotate() 方法旋转从相机意图接收到的位图图像。但是,此方法似乎已从 Matrix 类中删除。还有其他方法可以旋转位图图像吗?
更新: setRotate() 没有被删除我正在寻找错误的类 android.opengl.Matrix 而不是 android.graphics.Matrix。
【问题讨论】:
标签: android image bitmap imageview photos
由于setRotate() has not been removed,使用setRotate()。
【讨论】: