摘要:
/** * 将BitMap转成Jpeg图片保存到sdcard(便于以后debug调试查看和裁切调试) */ private void saveBitmap(Bitmap bitmap, String FileName) throws IOException { File file = new File("/sdcard/" + "1111test" ... 阅读全文
posted @ 2016-11-03 10:46
Arcturis
阅读(333)
评论(0)
推荐(0)
浙公网安备 33010602011771号