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

getCroppedBitmap has a private access #26

Closed skined90 closed 6 years ago

skined90 commented 7 years ago

In v0.2.0 I'm not able to use getCroppedBitmap() method anymore. I'm getting the error that getCroppedBitmap() has a private access. How should I get the cropped bitmap now?

Thanks in advance

skined90 commented 7 years ago

Actually, I opened your class and saw that now there is cropBitmap() method instead of getCroppedBitmap(). Documentation is outdated.