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

**Do you want to request a *feature* or report a *bug*?** **What is the current behavior?** **What is the expected behavior?** **If the current behavior is a bug, please provide...

**Do you want to request a *feature* or report a *bug*?** bug **What is the current behavior?** IllegalStateException occurs and the app is crash. Because UCropFrgment add again the already...

Most of the apps support cropping using sides (red areas marked in below picture) in addition to corners. It will be so great if you add this feature. ![photo_2022-04-04_12-17-24](https://user-images.githubusercontent.com/25432209/161497922-bd12e004-d721-4db5-b685-99d08f74bd1e.jpg)

java.lang.RuntimeException: Canvas: trying to draw too large(290841740bytes) bitmap. at android.graphics.BaseCanvas.nDrawBitmap(Native method) at android.graphics.BaseCanvas.drawBitmap(BaseCanvas.java:192) at android.graphics.Canvas.drawBitmap(Canvas.java:1660) at com.yalantis.ucrop.util.FastBitmapDrawable.draw(FastBitmapDrawable.java:41) at android.widget.ImageView.onDraw(ImageView.java:1444) Still getting same issue if we're trying to crop image more...

bug leak pattern: native global variable referencing android.widget.Toast$TN Description : Toast.TN is held by a global variable in native code due to an IPC call to show the toast

**Do you want to request a *feature* or report a *bug*?** bug **What is the current behavior?** There was an error when cutting. I don't know why. I chose the...

I am facing this issue while crop the image. I am using com.github.yalantis:ucrop:2.2.8 . I am facing this issue in Xiaomi Redmi note 8A device and some Realme devices. 2022-04-03...

How to modify the size of a fixed clipping box? I want to set the size of clipping box.