android github 开源的图片剪辑库使用效果记录

1

compile 'com.soundcloud.android:android-crop:0.9.10@aar'

通过拖动边框边缘调整截图区域。

区域减小时自动放大图片。

不支持 镜像翻转,旋转。

github地址:https://github.com/jdamcd/android-crop

2

compile 'com.theartofdev.edmodo:android-image-cropper:2.4.+'

github地址:

https://github.com/ArthurHub/Android-Image-Cropper

通过拖动边框边缘调整截图区域。

区域减小时自动放大图片。

支持 镜像翻转,旋转。

扫描二维码关注公众号,回复: 11954471 查看本文章

3 uCrop

compile 'com.yalantis:ucrop:1.5.0'

可通过拖动边框边缘调整截图区域。

也可以双指捏合操作图片的大小,旋转等。

github 地址:https://github.com/Yalantis/uCrop 

1.5.0版本使用参考:https://blog.csdn.net/copy_yuan/article/details/51727070

写了一半,发现了这篇文章:https://www.jianshu.com/p/086ab9b7c5e7

里面罗列了若干库的对比.....

猜你喜欢

转载自blog.csdn.net/wuzhong8809/article/details/109148431
今日推荐