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

16:35:10.367 24171-24665 BitmapWorkerTask E doInBackground: ImageDecoder.createSource: java.io.FileNotFoundException: open failed: EACCES (Permission denied) at android.database.DatabaseUtils.readExceptionWithFileNotFoundExceptionFromParcel(DatabaseUtils.java:149) at android.content.ContentProviderProxy.openTypedAssetFile(ContentProviderNative.java:705) at android.content.ContentResolver.openTypedAssetFileDescriptor(ContentResolver.java:1702) at android.content.ContentResolver.openAssetFileDescriptor(ContentResolver.java:1518) at android.content.ContentResolver.openInputStream(ContentResolver.java:1202) at com.yalantis.ucrop.task.BitmapLoadTask.doInBackground(BitmapLoadTask.java:112) at com.yalantis.ucrop.task.BitmapLoadTask.doInBackground(BitmapLoadTask.java:36) at android.os.AsyncTask$3.call(AsyncTask.java:378) at java.util.concurrent.FutureTask.run(FutureTask.java:266)...

**Do you want to request a *feature* or report a *bug*?** REQUEST **What is the current behavior?** FUNCTION NOT AVALIABLE **What is the expected behavior?** Can You add possibility to...

I looked the source, but there is no feature can keep ratio with **setFreeStyleCropEnabled** enabled. So I wrote some code to do this, but it only works in Debug mode,...

enhancement

The image fails to save. The `BitmapCropCallback#onCropFailure` method should be callback

目前市面上的编辑,比如默认情况下,点击旋转90度,图片横的时候,编辑框也会横过来,但是目前这个还是保持的纵横比,比如3:2的图片,框也是3:2,点击旋转90度按钮后,只有图片转了,框还是3:2

With the recently announced change in Android 15 all apps [will have to support edge to edge properly](https://developer.android.com/about/versions/15/behavior-changes-15#window-insets). Upon testing how the app behaves when edge-to-edge is on (and nav/status...

http://www.oppo.com/bdcom.ibbl.cellfin/com.yalantis.ucrop.UCropActivity Note: Pre-installed OPPO App Market is available in CellFin app phones sold in 7 regions, including Bangladesh, Indonesia, Thailand, Philippines, Vietnam, Malaysia, and Taiwan. In addition, the HeyTap App...

title says itself, also can it be migrated to material 3 ?

hello! We are have vulnerability scanning for our app. It indicates we have security risk since we do not enable the Canary and RELRO when compile this lib. But actually,...

Made possible to set the _mCropViewRect_ from _OverlayView_ to a custom value in order to present a custom cropping rect when uCrop starts. Background: We wanted to integrate document scanning...