jayrambhia / CropperNoCropper

Instagram Style Image Cropper for Android (Library)
http://www.jayrambhia.com/project/nocropper-library
Apache License 2.0
475 stars 99 forks source link

how to set max aspect ratio? #8

Closed tahirSmartboy closed 8 years ago

tahirSmartboy commented 8 years ago

thanks for the last update of removing the padding @jayrambhia, how can i set the max aspect ratio of the image while cropping?

jayrambhia commented 8 years ago

@tahirSmartboy Aspect ratio is 1:1 as this is a square cropper.

tahirSmartboy commented 8 years ago

but in the latest update you have given an option of setMakeSquare(boolean)

tahirSmartboy commented 8 years ago

how to set a minimum zoom out ratio for the image in the square window on make square as false

jayrambhia commented 8 years ago

You can use setMinZoom()