File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ void onPickFromCapture(Uri outPutUri);
141141/**
142142 * 图片多选
143143 * @param limit 最多选择图片张数的限制
144- * */
144+ **/
145145void onPickMultiple(int limit);
146146```
147147以上三种方式均提供对应的裁剪API,详见:[ 裁剪图片] ( https://github.com/crazycodeboy/TakePhoto#裁剪图片 ) 。
@@ -176,7 +176,7 @@ void onPickFromDocumentsWithCrop(Uri outPutUri, CropOptions options);
176176 * 图片多选,并裁切
177177 * @param limit 最多选择图片张数的限制
178178 * @param options 裁剪配置
179- * /
179+ * * /
180180void onPickMultipleWithCrop(int limit, CropOptions options);
181181```
182182#### 对指定图片进行裁剪
@@ -267,7 +267,7 @@ CompressConfig compressConfig=new CompressConfig.Builder().setMaxSize(50*1024).s
267267## 兼容性
268268
269269### Android6.0
270- 由于Android6.0新增了"运行时权限控制(Runtime Permissions)",为了应对这一改变,TakePhoto加入和自动权限管理,当TakePhoto检测到需要权限时,TakePhoto会自动申请权限,所以小伙伴们不用担心,权限的使用问题 。
270+ 由于Android6.0新增了"运行时权限控制(Runtime Permissions)",为了应对这一改变,TakePhoto加入和自动权限管理,当TakePhoto检测到需要权限时,TakePhoto会自动申请权限,所以小伙伴们不用担心权限的使用问题 。
271271
272272### Android7.0
273273
You can’t perform that action at this time.
0 commit comments