【发布时间】:2013-02-23 17:24:36
【问题描述】:
如何在android中解码大图像以使解码过程减小图像大小?
使用的代码:
Bitmap bmp= BitmapFactory.decodeStream(MainActivity.this.getAssets().open("index.png"));
【问题讨论】:
-
位图 bmp= BitmapFactory.decodeStream(MainActivity.this.getAssets().open("index.png"));
标签: android performance bitmap drawable decode