Skip to content Skip to sidebar Skip to footer
Showing posts with the label Image Compression

Bitmapfactory.decodefile() Returns Null In Some Devices

I'm using following code from here. I want to compress image. BitmapFactory.Options options = … Read more Bitmapfactory.decodefile() Returns Null In Some Devices

Resizing Pictures While Still Preserving Quality In Android

I want to reduce the image file size below 100 KB while preserving the image quality like whatsapp … Read more Resizing Pictures While Still Preserving Quality In Android