Curzibn / Luban

Luban(鲁班)—Image compression with efficiency very close to WeChat Moments/可能是最接近微信朋友圈的图片压缩算法
Apache License 2.0
13.56k stars 2.24k forks source link

NullPointerException异常 #297

Open xxinjun opened 5 years ago

xxinjun commented 5 years ago

java.lang.NullPointerException: Attempt to invoke virtual method 'int android.graphics.Bitmap.getWidth()' on a null object reference at top.zibin.luban.Engine.rotatingImage(Unknown Source:10) at top.zibin.luban.Engine.compress(Unknown Source:53) at top.zibin.luban.Luban.compress(Unknown Source:101) at top.zibin.luban.Luban.access$700(Unknown Source:0) at top.zibin.luban.Luban$1.run(Unknown Source:26) at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:245) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636) at java.lang.Thread.run(Thread.java:764)

LouXiang commented 5 years ago

解决了吗兄弟,我也遇到了这个问题