• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

BitmapFactory.decodeFile generates larger picture than the original image

Hello,

The original image is 53kb if I use BitmapFactory.decodeFile and generate the image using bitmap.compress (Bitmap.CompressFormat.JPEG, 100, baos) the image gets 300kb, any idea why this happens?

Thanks,

Evandro
 
Back
Top Bottom