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

Would you consider any backup for Jitpack as it has been experiencing outages frequently? https://status.jitpack.io/

The quality of the cropped image is very low compared to the original. Lib version: 'com.github.yalantis:ucrop:2.2.6-native' ` val destUri = Uri.fromFile(File(cacheDir, "dp.jpg")) val options = UCrop.Options() options.setCompressionFormat(Bitmap.CompressFormat.JPEG); options.setCompressionQuality(100) val cropIntent...

**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*?** **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*?** report a bug **What is the current behavior?** I have a HEIC image, whose orientation is 6 (90 degree...

**Crash Logs** : `Fatal Exception: java.lang.NullPointerException: Attempt to invoke interface method 'android.view.MenuItem android.view.MenuItem.setVisible(boolean)' on a null object reference at com.yalantis.ucrop.UCropActivity.onPrepareOptionsMenu(UCropActivity.java:168) at android.app.Activity.onPreparePanel(Activity.java:3483) at androidx.fragment.app.FragmentActivity.onPrepareOptionsPanel(FragmentActivity.java:485) at androidx.fragment.app.FragmentActivity.onPreparePanel(FragmentActivity.java:470) at androidx.appcompat.view.WindowCallbackWrapper.onPreparePanel(WindowCallbackWrapper.java:99) at androidx.appcompat.app.AppCompatDelegateImpl$AppCompatWindowCallback.onPreparePanel(AppCompatDelegateImpl.java:3148)...

Bug current behavior : App crashes while executing doInBackground() expectedbehavior : App not crash ![image](https://github.com/Yalantis/uCrop/assets/98881383/1bc9fe81-2137-409c-b04e-ba459d4aa068) Ucrop Version : 2.2.8 Previous Ucrop Version: 2.2.7 Did this work in previous versions of...

I am getting this issue when I am using Ucrop dependency and using crop functionality Caused by java.lang.SecurityException: Permission Denial: opening provider com.miui.gallery.provider.GalleryOpenProvider from ProcessRecord{949705 15861:com.blackhash.snaptune/u0a310} (pid=15861, uid=10310) that is...

See https://maven.apache.org/pom.html#SCM.

**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...