从ImageView中获取图像转为Bitmap对象

0x00 :web 0x01 :svg Bitmap bm =((BitmapDrawable) ((ImageView) image).getDrawable()).getBitmap(); 能提取出Bitmap对象,可是不能不能进行画笔(paint)操做,能够换成这种:spa Bitmap bm =((BitmapDrawable) ((ImageView) image).getDrawabl
相关文章
相关标签/搜索