get bitmap from imageview android studio code example Example: get bitmap from imageview Bitmap bm=((BitmapDrawable)imageView.getDrawable()).getBitmap();