摘要:算是一个比较实用的东西喽,直接上函数。。:) 1 public static Bitmap createReflectionImage(Bitmap bitmap) { 2 3 int width = bitmap.getWidth(); 4 int height = bitmap.getHeight(); 5 6 Matrix matrix = new Matrix(); 7 matrix.preScale(1, -1); 8 9 Bitmap reflectionImage = Bitmap.create...
阅读全文
浙公网安备 33010602011771号