uCrop icon indicating copy to clipboard operation
uCrop copied to clipboard

Image Cropping Library for Android

Results 158 uCrop issues
Sort by recently updated
recently updated
newest added

free style crop set to true and when we try to rotate and crop combinely image gets zoomed and view has been changes from what we except this leads to...

I'm wrting something to deal with image and want to crop it with the help of this uCrop.But it seems the library only accepts uri as image input.Is there a...

After applying the depndency of Ucrop library I am getting the above error. I have also added the below lines in project level gradle allprojects { repositories { jcenter() maven...

I am using latest library version "com.github.yalantis:ucrop:2.2.7" How can i hide the scale tab from bottom controls. My requirement is to have only rotate tab in bottom controls. Please share...

iam from flutter plugin you created i got an issue Black screen when i select some images #287 from flutter plugin image_cropper ![Screenshot_2021-09-17-23-30-20-257_com nr neram](https://user-images.githubusercontent.com/56011221/133870671-6be7a3c5-dd68-4fea-b068-31acbea94148.png) r

**Do you want to request a *feature* or report a *bug*?** feature **What is the current behavior?** It doesn't support activity contracts. **What is the expected behavior?** It should support...

After Processing Crop & rotate, Image output quality got very poor despite of choosing lossless compression (PNG). We'r looking to use for documents, it's look unfair to read after crop...

help wanted

You are using startActivityForResult() for perform crop but now it is deprecated. Can you update it with new Activity Results API.