2014年6月3日

摘要: 方法1. 利用Bitmap.createBitmap Bitmap adjustPhotoRotation(Bitmap bm, final int orientationDegree) { Matrix m = new Matrix(); m.setRotate(... 阅读全文
posted @ 2014-06-03 14:29 惟爱依 阅读(1190) 评论(0) 推荐(0) 编辑

导航