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

When the selected area to crop crosses the image borders, unexpected things happen. For example in the video below, it is supposed that the left area of image get cropped...

when scale a long image smaller, it won't zoom back. I found out the reason is mMaxScale smaller than the original scale value. this commit fix #817 , and i...

I found a crash from firebase console , which was happened on **samsung/Galaxy Tab A/Android 11** ``` Caused by java.lang.RuntimeException: An error occurred while executing doInBackground() at android.os.AsyncTask$4.done(AsyncTask.java:415) at java.util.concurrent.FutureTask.finishCompletion(FutureTask.java:383)...

add a method to set title size and alignment mode #239

enhancement

**Do you want to request a *feature* or report a *bug*?** Bug **What is the current behavior?** `processInputUri` throws an exception when the URI is a base64 image eg. https://pastebin.com/e4ppR0NU...

java.io.FileNotFoundException: /external/images/media/66991: open failed: ENOENT (No such file or directory) at libcore.io.IoBridge.open(IoBridge.java:496) at java.io.FileOutputStream.(FileOutputStream.java:235) at java.io.FileOutputStream.(FileOutputStream.java:186) at com.yalantis.ucrop.task.BitmapLoadTask.copyFile(BitmapLoadTask.java:177) at com.yalantis.ucrop.task.BitmapLoadTask.processInputUri(BitmapLoadTask.java:155) at com.yalantis.ucrop.task.BitmapLoadTask.doInBackground(BitmapLoadTask.java:85) 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) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)...

**What is the current behavior?** Hey there, i just came back to this repo after a long time and i want to use the latest release which is version `2.2.8`,...

Could not determine the dependencies of task ':app:preDebugBuild'. > Could not resolve all task dependencies for configuration ':app:debugRuntimeClasspath'. > Could not resolve com.github.yalantis:ucrop:2.2.6. Required by: project :app > Could not...

its possible to do auto crop without going to cropview

**Bug** **current behavior : App crashes while executing doInBackground()** **expectedbehavior : App not crash** **Image 1 :** ![q1](https://user-images.githubusercontent.com/54742470/155932180-e69e6650-85c9-4da2-b475-fd78ec484ed2.PNG) **Image 2 :** ![image](https://user-images.githubusercontent.com/54742470/155932384-c92bc570-9cdb-41c9-b88d-4bfe713bdac0.png) **Ucrop Version : 2.2.7 Previous Ucrop Version :...