标题说明一切。我想写一个应用程序来旋转,缩放图像…等。我是用矩阵做的,但我不知道如何保存修改后的图像,当我用这些代码保存它时,总是保存原始图像。
BitmapDrawable drawable = (BitmapDrawable) ImageView.getDrawable();
Bitmap bitmap = drawable.getBitmap();
try {
saveFile(bitmap,"test.jpg","test.jpg");
} catch (IOException e) {
e.printStackTrace();
}
暂无答案!
目前还没有任何答案,快来回答吧!