by serkan.dogantekin » Thu Jun 04, 2009 6:16 pm
if you have a Bitmap object for the main image, you can create cropped image as
Bitmap croppedImage = Bitmap.createBitmap(sourceImage, <x coordinate of the first pixel>, <y coordinate of the first pixel>, width, height);