2013年11月25日

android 图片拍照图片旋转的处理方式

摘要: 第一种:String str=path; /** * 读取图片属性:旋转的角度 * * @param path * 图片绝对路径 * @return degree旋转的角度 */ private void readPictureDegree(String filePath) { int angle = 0; try { ExifInterface exifInterface = new ExifInterface(filePath); int orientation = exifInterface.getAttributeInt( ... 阅读全文

posted @ 2013-11-25 10:11 yujian_bcq 阅读(846) 评论(0) 推荐(0) 编辑

导航