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

I'm using, essentially, a variation of the exact same code that everyone else is using since startActivityForResult is deprecated: ``` ActivityResultLauncher ucropActivityIntent = registerForActivityResult( new ActivityResultContracts.StartActivityForResult(), new ActivityResultCallback() { public...

**Bug Report** **I am running a production application and on few devices, the following error results in a crash.** ![image](https://user-images.githubusercontent.com/3436399/145557490-9d10e40c-63c0-407d-8f42-de30f4e4b959.png) **I am using version 1.4.1 and Flutter 2.8. The error...

### Overview add Vietnamese localization ### Screenshot TODO

I am using this library in many apps but sometimes I am required to use text instead of the ✓ icon in the action menu when cropping the screen. As...

## Description ###### Current behavior: Library appears to be using an outdated version of "libpng" (1.6.22), which contains a known severe vulnerability. ###### Expected behavior: The "libpng" version has been...

io.reactivex.exceptions.OnErrorNotImplementedException:The exception was not handled due to missing onError handler in the subscribe() method call. Further reading: https://github.com/ReactiveX/RxJava/wiki/Error-Handling | java.lang.NullPointerException: Attempt to get length of null array io.reactivex.internal.functions.Functions$OnErrorMissingConsumer.accept(Functions.java:704) Caused by:...

If the user does not do a crop action, the output image has a different rotation when compared to a cropped image. Is there a way for me to know...

When I use Samsung mobile phone Android 5.0 to crop pictures, the screen is blank. It is normal for Android 6 and above mobile phones to crop pictures ucrop version:...

I've a question, how can i crop an image if i know the imagePath? private val getContent = registerForActivityResult(ActivityResultContracts.GetContent()){ uri -> val inputUri = uri val outputUri = File(filesDir,"croppedImage.jpg").toUri() val...

I'm using latest 2.2.8-native Devices : Samsung,OnePlus,Moto etc Caused by java.lang.IllegalArgumentException: Invalid Uri schemenull at com.yalantis.ucrop.task.BitmapLoadTask.processInputUri(BitmapLoadTask.java:166) at com.yalantis.ucrop.task.BitmapLoadTask.doInBackground(BitmapLoadTask.java:88) at com.yalantis.ucrop.task.BitmapLoadTask.doInBackground(BitmapLoadTask.java:37) at android.os.AsyncTask$3.call(AsyncTask.java:394) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) at java.lang.Thread.run(Thread.java:923)