Open SagarPanwala opened 8 years ago
I only want to give square cropping of my image.
You can do this by setting
intent.putExtra(CropImage.ASPECT_X, 3); intent.putExtra(CropImage.ASPECT_Y, 3);
I only want to give square cropping of my image.