Any good libraries for Cropping Images in Android on Eclipse

梦想与她 提交于 2019-12-08 04:13:46

问题


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:

  1. CropImageView
  2. Cropper
  3. Android-Crop
  4. 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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!