Android 怎么把imageview 转为Bitmap

Bitmap image = ((BitmapDrawable)imageView.getDrawable()).getBitmap(); 

你可能感兴趣的:(Android 怎么把imageview 转为Bitmap)