Android-Image-Cropper icon indicating copy to clipboard operation
Android-Image-Cropper copied to clipboard

Image Cropping Library for Android, optimized for Camera / Gallery.

Results 117 Android-Image-Cropper issues
Sort by recently updated
recently updated
newest added

error in result while picking camera image on android 11 Failed to load sampled bitmap: file:///storage/emulated/0/Android/data/com.hhstudio/cache/pickImageResult.jpeg File is not a picture

I have specific need where have to know the location of the cropped image in the original image. Is it possible to get them ?

I want to let default crop view fill picture,is it possible?

we need some feature crop transparency area image like image send crop bigger image size (we have image with 1000 * 1000 but we need to export 2000*2000 image size)...

Please correct toolbar overflow menu title crop_image_menu_crop which says फ़सल it should be सफ़ल... please correct it.

this is error: java.lang.NullPointerException: Attempt to read from field 'int android.graphics.Bitmap$Config.nativeInt' on a null object reference at android.graphics.Bitmap.copy(Bitmap.java:583) at com.theartofdev.edmodo.cropper.BitmapUtils.cropBitmapObjectWithScale(BitmapUtils.java:215) at com.theartofdev.edmodo.cropper.BitmapUtils.cropBitmapObjectHandleOOM(BitmapUtils.java:155) at com.theartofdev.edmodo.cropper.CropImageView.getCroppedImage(CropImageView.java:790) at com.theartofdev.edmodo.cropper.CropImageView.getCroppedImage(CropImageView.java:737) at com.duowan.makefriends.photo.BasePhotoActivity.completeCrop(BasePhotoActivity.java:132) at com.duowan.makefriends.photo.BasePhotoActivity.access$100(BasePhotoActivity.java:25)...

On some device, when I do `Bitmap bitmap = cropImageView.getCroppedImage()` Then It makes illegalargumentexception like java.lang.RuntimeException: Failed to load sampled bitmap: content://media/external/images/media/31373 width must be > 0 at com.theartofdev.edmodo.cropper.BitmapUtils.cropBitmap(BitmapUtils.java:218) at...

I m not able to use crop images. I add dependency and even in the manifest file. but in the manifest file, it showing an error.

Hi Team ArthurHub I implemented Android-Image-cropper library. It is was working fin Android version 10 or before that. But I am facing issue in Android 11. I think i is...