zetbaitsu / Compressor

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

when actualWidth <0 ||actualHeight <0 ?? #59

Closed 08carmelo closed 7 years ago

08carmelo commented 7 years ago

if (actualWidth < 0 || actualHeight < 0) { Bitmap bitmap2 = BitmapFactory.decodeFile(filePath); actualWidth = bitmap2.getWidth(); actualHeight = bitmap2.getHeight(); }