Shrikant Agrawal wrote: > I want to reduce the size of my image file to transfer it over the > network. > Do anybody know how can I reduce the file size using andriod APIs.
One option would be to scale it using the Bitmap class and the createScaledBitmap() method. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Looking for Android opportunties? http://wiki.andmob.org/hado --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

