Luban icon indicating copy to clipboard operation
Luban copied to clipboard

if image width 540,height 200354,scale no effect

Open coolstar1204 opened this issue 6 years ago • 1 comments

Luban.compress(getActivity(), new File(mSelectPhotoList.get(0).getPhotoPath())) .setMaxHeight(1600) .setMaxWidth(1600) .clearCache() .launch(new OnCompressListener() { }); has a image is 540*20354 ,big size. scale can't run ,is source return.

coolstar1204 avatar Oct 16 '18 01:10 coolstar1204

.putGear(Luban.FIRST_GEAR) 就可以了

coolstar1204 avatar Oct 16 '18 01:10 coolstar1204