摘要:
参考 http://my.eoe.cn/isnull/archive/564.html/** * 解决OOM问题 */ private Bitmap convertBitmap(File file) throws IOException { int degree = readPictureDegree(file.toString()); Bitmap bitmap = null; BitmapFactory.Options o = new BitmapFactory.Options(); o.inJustDecode... 阅读全文
posted @ 2013-07-02 08:46
蓼蓝的梦想
阅读(749)
评论(0)
推荐(0)
浙公网安备 33010602011771号