这两个Bitmap有什么区别?bitmap=BitmapFactory.decodeStream() and bitmap=BitmapFactory.decodeFile()
这两个图片是一样的,不能对原图直接操作,只能对其副本进行操作