i need the code to do this : the user will choose a rect in the image and the code crop the image by cutting everything except the rect. am using eclipse android plateform 2.3.1 API 9
Look at the "createBitmap" function. If you have the dimensions and coordinates of the area you need to crop and the source image, you can just create a new BitMap.