Android-Image-Cropper
Android-Image-Cropper copied to clipboard
Image Cropping Library for Android, optimized for Camera / Gallery.
Like I said #818 and #806, I need to post again and again because people don't read the issues =/ I start a new project to handover this library https://github.com/CanHub/Android-Image-Cropper...
I am using 2.7.0 and in my app, picture is being cropped twice, and first time is totally alright, but on next screen, the cropper is returning the same uri....
when uri get from cache.its not working
How to launch or open camera directly by using this library for option like Open Camera on Button click in kotlin.
could you help if i can get the x and y of the crop box with respect to the original image or not ?
This fixes ArthurHub#659, similar to expo/expo#3706, where a FileUriExposedException is thrown when the Image Cropper attempts to access a file created by the Camera. Fix is adapted from expo/expo#3743. A...
how to remove shaddor in Toolbar when toolbar and statusbar same color???? how to add new fucntional for example, change button for left button?
Hello. Is there a way to add a min and max aspect ratio? Because my goal is to let the user crop either as a square or as a rectangle....
package com.example.image2text; import android.Manifest; import android.content.ContentValues; import android.content.Intent; import android.content.pm.PackageManager; import android.graphics.Bitmap; import android.graphics.drawable.BitmapDrawable; import android.net.Uri; import android.os.Bundle; import android.provider.MediaStore; import android.util.SparseArray; import android.view.Menu; import android.view.MenuItem; import android.widget.EditText; import android.widget.ImageView;...
When I am using this library cropped points are not retrieving exactly for monitor screen. Image is not completely cropped. Is this library is specifically for mobile devices or can...