보낼때 : BitmapDrawable d = (BitmapDrawable)(ImageView)view.findViewById(R.id.imageView1)).getDrawable(); Bitmap b = d.getBitmap(); imgview.setImageBitmap(b); intent.putExtra("bm", (Bitmap)b);.....
Activity 간 bitmap 전달.에 대한 요약내용입니다.
자세한 내용은 아래에 원문링크를 확인해주시기 바랍니다.