Android代码-图片裁剪

时间:2022-08-25 23:48:31
【文件属性】:

文件名称:Android代码-图片裁剪

文件大小:1.38MB

文件格式:ZIP

更新时间:2022-08-25 23:48:31

Android代码

Image Cropping Layout A light-weight image cropping layout, allowing UI customization and cropping box update listener. Image and the selected area (cropping box) is scale and fit into the predefined area. In the latest release, multiple boxes are supported. > Current Version: 1.1.5 Import dependencies { compile 'me.littlecheesecake:croplayout:1.1.5' ... } Usage final EditPhotoView imageView = (EditPhotoView) findViewById(R.id.editable_image); final EditableImage image = new EditableIm


【文件预览】:
crop-image-layout-master
----.gitignore(404B)
----gradle()
--------wrapper()
----README.md(3KB)
----build.gradle(722B)
----gradlew.bat(2KB)
----gradlew(5KB)
----LICENSE(1KB)
----croplayout()
--------.gitignore(7B)
--------build.gradle(1KB)
--------proguard-rules.pro(665B)
--------src()
----app()
--------.gitignore(7B)
--------build.gradle(718B)
--------proguard-rules.pro(665B)
--------src()
----gradle.properties(855B)
----tools()
--------bintray.gradle(2KB)
----doc()
--------crop-image.gif(535KB)
--------crop_attr.png(579KB)
----settings.gradle(30B)

网友评论