Android加载图片质量不好

时间:2014-04-25 16:28:30

标签: android image

我的代码:

BitmapFactory.Options options = new BitmapFactory.Options();
options.inPreferredConfig = Bitmap.Config.ARGB_8888;
fonImg = BitmapFactory.decodeResource(getResources(), R.drawable.fon2 , options);

在模拟器中,它看起来像。在真实设备上相同

enter image description here

P.S。真实的形象与美丽的模糊

UPD如果重要我使用fon2.jpg图像;

UPD2我试试这段代码

Log.e("" , fonImg.getConfig().toString());
E/﹕ ARGB_8888

0 个答案:

没有答案