biokys / cropimage

Replacement for deprecated official Android crop image function
555 stars 292 forks source link

only want the square cropping #55

Open SagarPanwala opened 8 years ago

SagarPanwala commented 8 years ago

I only want to give square cropping of my image.

ghost commented 7 years ago

You can do this by setting

  intent.putExtra(CropImage.ASPECT_X, 3);
  intent.putExtra(CropImage.ASPECT_Y, 3);