shaohui10086 / AdvancedLuban

An Advanced Compress Image Library for Android / 高效、简洁的图片压缩工具库
http://shaohui.me
Apache License 2.0
1.32k stars 192 forks source link

在LubanCompresser类中compress(String imagePath, int width, int height)方法的问题 #33

Closed hefugu136234 closed 7 years ago

hefugu136234 commented 7 years ago

每次图片压缩,进入这个方法,返回的Bitmap都是null,是什么原因

shaohui10086 commented 7 years ago

我检查一下

hefugu136234 commented 7 years ago

建议作者去看看Curzibn/Luban 中/library/src/Luban 中对应的相应方法,有变化和不一样的地方

hefugu136234 commented 7 years ago

不好意思,是我自己的问题。我本来是将压缩后的图片删除,但是有的图片没有压缩,这样我没判断,就删除原图片,导致下次压缩就出错了,检测不到该图片。之前没搞清楚

shaohui10086 commented 7 years ago

嗯,问题解决了就好