BitmapDrawable d = (BitmapDrawable)((ImageView) findViewById(R.id.뷰이름)).getDrawable();

Bitmap b = d.getBitmap();


 Bitmap형식의 b로 받아온다.

+ Recent posts