Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
郑梓斌 committed May 21, 2018
1 parent 555eb9d commit 100cc86
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,11 @@ implementation 'top.zibin:Luban:1.1.4'
方法 | 描述
---- | ----
load | 传入原图
filter | 设置开启压缩条件
ignoreBy | 不压缩的阈值,单位为K
setTargetDir | 缓存压缩图片路径
filter | 设置开启压缩条件
setCompressListener | 压缩回调
setCompressListener | 压缩回调接口
setRenameListener | 压缩前重命名接口

### 异步调用

Expand Down Expand Up @@ -99,6 +100,7 @@ Flowable.just(photos)

### RELEASE NOTE

* **1.1.5**:添加压缩前重命名接口
* **1.1.4**:load方法新增传入类型以兼容Uri图片地址,新增 filter 方法对列表每张图片做压缩判断

# License
Expand Down

0 comments on commit 100cc86

Please sign in to comment.