Sunzxyong/Tiny

Uri批量压缩失败,单个Uri压缩也失败。

lirenhua opened this issue · 0 comments

Tiny.getInstance().source(uris[0]).asFile().withOptions(sOptions).compress(new FileCallback() {
@OverRide
public void callback(boolean isSuccess, String outfile, Throwable t) {
LogUtil.e("isSuccess: " + isSuccess);
LogUtil.e("outfile: " + outfile);
}
});