bitmap – 热爱改变生活
我的GitHub GitHub |     登录
  • If you can't fly, then run; if you can't run, then walk; if you can't walk, then crawl
  • but whatever you do, you have to keep moving forward。
  • “你骗得了我有什么用,这是你自己的人生”
  • 曾有伤心之地,入梦如听 此歌

标签:bitmap

Android其他

Android BitmapFactory 的 OutOfMemoryError 解决方案

Android BitmapFactory 的 OutOfMemoryError 解决方案
情景再现 今天写了两个东西,一个是通过照相机拍摄照片,然后获得照片之后将它设置到 ImageView 上面,另一个是通过相册,或者文件获得照片,放到 ImageView 上面。 一开始,一切正常 然后我做了下面的操作: 点击拍照,将拍到的照片放到了 ImageView 上面,然后...

sinvader 9年前 (2015-08-20) 4998℃ 0评论

Java

getPixels 中 stride 的理解

getPixels 中 stride 的理解
public void getPixels (int[] pixels, int offset, int stride, int x, int y, int width, int height) 把位图的数据拷贝到 pixels[] 中。每一个都由一个表示颜色值的 int 值...

sinvader 10年前 (2015-04-02) 3630℃ 0评论