zetbaitsu / Compressor

An android image compression library.
7.08k stars 963 forks source link

NullPointerException int android.graphics.Bitmap.getWidth() #21

Open githubityu opened 7 years ago

vivian688 commented 7 years ago

this is also my question,can you tell me how to fix it?

hkk595 commented 7 years ago

This happens when you set the destination directory same as that of the original image file. A work-around is to set a different directory for the compressed image.

akashdevadiga commented 3 years ago

how to solve this issue?