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 report a *bug*?** **If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem.** `Caused...

**Do you want to request a *feature* or report a *bug*?** bug **What is the current behavior?** Currently if we crop the image after zooming the image, the rectF of...

Can not take image from camera and cropping

**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?** In your demo pick and crop not working **What is the expected behavior?**...

**Do you want to request a *feature* or report a *bug*?** Bug when crop long image **What is the current behavior?** When crop a long image, if the finger zooms...

`@style/Theme.AppCompat.Light.NoActionBar` breaks our builds: > > A failure occurred while executing com.android.build.gradle.internal.res.LinkApplicationAndroidResourcesTask$TaskAction > Android resource linking failed > ERROR:/home/runner/work/smooth-app/smooth-app/packages/smooth_app/build/app/intermediates/packaged_manifests/debug/AndroidManifest.xml:62: AAPT: error: resource style/Theme.AppCompat.Light.NoActionBar (aka org.openfoodfacts.app:style/Theme.AppCompat.Light.NoActionBar) not found. Looking at this...

package com.yalantis.ucrop.task; import android.content.Context; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.graphics.Matrix; import android.net.Uri; import android.os.AsyncTask; import android.util.Log; import androidx.annotation.NonNull; import androidx.annotation.Nullable; import com.yalantis.ucrop.callback.BitmapLoadCallback; import com.yalantis.ucrop.model.ExifInfo; import com.yalantis.ucrop.util.BitmapLoadUtils; import java.io.File; import java.io.FileNotFoundException;...