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

min zoom is not working #19

Closed HamidrezaAmz closed 7 years ago

HamidrezaAmz commented 7 years ago

I'm ok with setMaxZoom, but unfortunately setMinZoom is not working! Here is my code

// Set Bitmap cropperView.setImageBitmap(bitmap); // Set Max and Min Cropping cropperView.setMaxZoom(1.5f); cropperView.setMinZoom(0.8f);

jayrambhia commented 7 years ago

There was an issue with this as layout would override minzoom. It has been fixed in 0.1.9.