In my application, I am invoking the camera application and taking a picture and saving it in a particular directory (E.g. /sdcard etc)
The picture is saved as a JPEG image. How do I reduce the size of the image? Is there any available image encoder or compression available?
I came across another posting at: Android Reduce Size Of Camera Picture
But this is scaling the image. I am looking for something that can compress or encode. Is it possible?
Thanks In Advance, Perumal