// 使用 Matrix 物件
Matrix matrix = new Matrix();
// 設定 Matrix 物件,設定 x,y 向縮放比例為 0.55, 1.0
matrix.postScale(0.55F, 1.0F);
// 設定 Matrix 物件,設定順時針旋轉270度
matrix.postRotate(270.0F);
reBitmapSize = Bitmap.createBitmap(reBitmapSize, 0, 0,
reBitmapSize.getWidth(), reBitmapSize.getHeight(),
matrix, true);
沒有留言:
張貼留言