Bitmap tempbitmap=Bitmap.createScaledBitmap(bitmap,desiredWidth,desiredHeight,true);
改变Bitmap的大小
最新推荐文章于 2024-02-19 10:27:14 发布
Bitmap tempbitmap=Bitmap.createScaledBitmap(bitmap,desiredWidth,desiredHeight,true);