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