ImageView转换Bitmap

 BitmapDrawable mDrawable =  (BitmapDrawable) imageView.getDrawable();
Bitmap mBitmap = mDrawable.getBitmap();

你可能感兴趣的:(ImageView转换Bitmap)