【发布时间】:2015-07-07 11:29:44
【问题描述】:
图片可以旋转90度
注意:旋转不在ImageView对象中,而是在路径中的原图
非常感谢
public void Rotate90 (){
// Rotate90 this File image1= new File(Environment.getExternalStorageDirectory().getPath() + "/0Students/Compressed_Images/t12.jpg" );
}
【问题讨论】:
-
你的意思是从文件中旋转图像并再次保存??
-
您的意思是从文件中旋转图像并再次保存吗?是的,感谢您的回复
标签: android image rotation 360-degrees