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

I want to open camera instead of opening image chooser or gallery. Please guide me in this regard. Thank you

When I take photo and click ok step crop image is ignore, close CropImageActivity and resultCode return CROP_IMAGE_ACTIVITY_RESULT_ERROR_CODE

I want to know how to edit this library I have already forked and cloned the library?

I implement CropImageView in xml, and it has not method for Image png, because if image has pixel transparent , when i cut it, pixel transparent will be black. Please...

Current library is not working . I used com.edmodo:cropper:1.0.1 this library but its not working.

After cropping the image, it saves it to `"file:///data/user/0/package name/cache/croppedXYZ.jpg`. I want to save it in a folder named `Environment.getExternalStorageDirectory() + File.separator +getString(R.string.app_name)+"/"+ folder_name +"/"fileNmae.jpg` please guide me

library version: # 2.8.0 Modify `BitmapCroppingWorkerTask` class as below: Find this: Bitmap bitmap = BitmapUtils.resizeBitmap(bitmapSampled.bitmap, mReqWidth, mReqHeight, mReqSizeOptions); Add below lines after: Bitmap bitmap = BitmapUtils.resizeBitmap(bitmapSampled.bitmap, mReqWidth, mReqHeight, mReqSizeOptions); if...

I wonder what if we need to crop multiple images in a single activity. Now there's only one default request code.

[](url)Could you please tell me if it is possible to set guidelines equel to CropImageView width and height? I tried to use setMinCropResultSize() and setMaxCropResultSize(), but if the picture doesn't...

I start a new project to handover this library https://github.com/CanHub/Android-Image-Cropper The ideia is that we keep improving because this project don’t have updates since 2018 Hope I can count with...