I have an ImageView and over that ImageView i have drawn a Rect(top,left,right,bottom) which is movable with touch events .Now i want to crop the IMAGE which is the SOURCE of ImageView according to the area covered by rect.. It’s like cropping…I am thinking of using..
drawBitmap(Bitmap bitmap, Rect src, Rect dst, Paint paint);
but Any suggestions would be appreciated..
You can use