论坛首页 移动开发技术论坛

将图片转化为缩略图再加载

浏览 6886 次
精华帖 (0) :: 良好帖 (0) :: 新手帖 (0) :: 隐藏帖 (1)
作者 正文
   发表时间:2010-10-14  

stream = new FileInputStream(new File(path+"test.jpg"));
    BitmapFactory.Options opts = new BitmapFactory.Options();
    opts.inSampleSize = 8;
    Bitmap bitmap = BitmapFactory.decodeStream(stream , null, opts);
    iv.setImageBitmap(bitmap);

   发表时间:2010-10-15  
你要表达什么?????????????
0 请登录后投票
   发表时间:2010-10-18  
这是个神马玩意?浮云~
0 请登录后投票
   发表时间:2010-10-18  
图片缩小后显示
0 请登录后投票
   发表时间:2010-10-22  
又学了一招 
0 请登录后投票
   发表时间:2011-09-01  
这个对单个图片还可以!但是在list列表中就不行了!性能很差!可以考虑用Thumbnail来处理一下!
0 请登录后投票
论坛首页 移动开发技术版

跳转论坛:
Global site tag (gtag.js) - Google Analytics