方法1:没有真正载入图片数据,只是得到宽和高
bmOptions.inJustDecodeBounds = true;//dont save pic to memory ,only get width and height方法2:BufferedImage是java awt的方法,不是android的。看下这个例子吧:
http://download.csdn.net/detail/sdsunqian/4128949