问题
I need to crop android images. Basically, I need to pick an image from the Gallery and crop it. I am using Eclipse. I haven't made the switch to Gradle. The present library that I am using is not reliable
import eu.janmuller.android.simplecropimage.CropImage;
Some of my users are having issues in that when they try to crop the image behaves strangely and sometimes disappears entirely. So I need something that is much more reliable. I was going to try https://github.com/jdamcd/android-crop but I don't know how to translate Gradle to Eclipse. Thanks for any help on this issue.
回答1:
See this libs:
- CropImageView
- Cropper
- Android-Crop
- Cropimage
Edited:
to use CropImageView
copy to your project the following files.
CropImageView.java
attrs.xml
You can do this with the other libs also copy the necessary parts into your project.
来源:https://stackoverflow.com/questions/29190328/any-good-libraries-for-cropping-images-in-android-on-eclipse