任何好的库Eclipse的Andr​​oid中剪裁图像

问题描述:

我需要裁剪的Andr​​oid图像。基本上,我需要选择从画廊的图像和裁剪。我使用Eclipse。我还没有作出切换到摇篮。我现在用的是present库是不可靠的。

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;

我的一些用户遇到该问题,当他们尝试裁剪图像行为古怪,有时甚至完全消失。所以,我需要的东西是更可靠。我要去尝试 https://github.com/jdamcd/android-crop 但我不知道怎么翻译摇篮到Eclipse。感谢您在这个问题上的任何帮助。

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. CropImageView

  2. 克罗珀

  3. Android的作物

  4. Cropimage

  1. CropImageView
  2. Cropper
  3. Android-Crop
  4. Cropimage

编辑

使用 CropImageView 复制到您的项目下列文件。

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.