Android-Image-Cropper icon indicating copy to clipboard operation
Android-Image-Cropper copied to clipboard

Image Cropping Library for Android, optimized for Camera / Gallery.

Results 117 Android-Image-Cropper issues
Sort by recently updated
recently updated
newest added

Steps: 1. Download and choose this image for cropping: http://img.gawkerassets.com/img/18tbvl3htulmyjpg/original.jpg Also attached here: [original.zip](https://github.com/ArthurHub/Android-Image-Cropper/files/3754421/original.zip) 2. Run the "test" or "sample" sample app. 3. Crop almost 100% of the image The...

Hi, I want to change the final name in the uri. Now, I'm getting croped + random numbers.jpg. Thank u.

`buildscript { repositories { google() jcenter() gradlePluginPortal() maven { url "https://jitpack.io" } // добавляем JitPack maven { url "https://dl.bintray.com/theartofdev/Edmodo" } } dependencies { classpath 'com.android.tools.build:gradle:8.7.2' } } allprojects { repositories...