1. Load it into Bitmap object using BitmapFactory.decodeFile() 2. Save it to a FileOutputStream using Bitmap.compress() - and CompressFormat.PNG of course.
Not exactly difficult. Did you even look in the documentation? String -- 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

