ImageView转换成Bitmap

ImageView imageView ; 
Drawable drawable = imageView.getDrawable();
Bitmap bkg = ((BitmapDrawable) drawable).getBitmap();
相关文章
相关标签/搜索