-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Description
android 11, 没有使用setTargetDir()方法,压缩后返回原图片的相对路径
代码:
Luban.with(context)
.load(uri)
.ignoreBy(100)
//.setTargetDir(dir.getAbsolutePath())
.filter(path -> {
return !(TextUtils.isEmpty(path));
})
.setCompressListener(onCompressCallback)
.launch();
压缩后的图片:/camera_photos/Pictures/JPEG_20211011_140125.jpg
Metadata
Metadata
Assignees
Labels
No labels