jayrambhia / CropperNoCropper

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

Image initially zoomed #22

Closed skined90 closed 7 years ago

skined90 commented 7 years ago

Is there any possibility to avoid image to be zoomed initially to 1:1 instead of its real size f.e. 16:9?

jayrambhia commented 7 years ago

Yes, I'll add that. Meanwhile, you can use fitToCenter() after setting the bitmap.

jayrambhia commented 7 years ago

Added in 0.2.0.

User nocropper__fit_to_center=true in xml or CropperView#initWithFitToCenter(true)