PictureSelectHelper:Android的实用程序,通过系统拥有的方式在手机中裁剪图片

时间:2024-06-07 20:18:32
【文件属性】:

文件名称:PictureSelectHelper:Android的实用程序,通过系统拥有的方式在手机中裁剪图片

文件大小:4.36MB

文件格式:ZIP

更新时间:2024-06-07 20:18:32

picture-gallery crop-images android-utils pictureselector Java

PictureSelectHelper A util for android to crop the picture in the phone by system owned way. 一款采用了Android系统自带方式实现图片选择和裁剪的工具。 说明: 适配了Android7.0系统; 支持拍照获取和本地图库获取图片; 支持自定义裁剪图片的区域比例和图片输出质量; 建造者模式两行代码搞定图片的获取和裁剪; 支持自定义图片的输出路径 使用 创建builder: SystemPictureSelector.Builder builder = new SystemPictureSelector.Builder(this); builder.isCropped(true) .setCropSize(3, 2) .setOutputSize(1200, 1200)


【文件预览】:
PictureSelectHelper-master
----LICENSE(1KB)
----.DS_Store(6KB)
----README.md(3KB)
----SystemPictureSelector-master()
--------gradlew.bat(2KB)
--------gradlew(5KB)
--------art()
--------gradle.properties(730B)
--------app()
--------gradle()
--------.idea()
--------.gitignore(118B)
--------settings.gradle(15B)
--------build.gradle(546B)

网友评论