Hi Guys, I am facing another problem, wile saving the picture i feel the quality of the picture is getting disturbed.
Can someone help me out, im stuck up with these two problems, one is the problem i have mentioned above and other is the quality of the image getting disturbed. Please help me out, Below is the code im using to save the bitmap, OutputStream out = getContentResolver().openOutputStream(contentURI); myView.mBitmap.compress(Bitmap.CompressFormat.JPEG, 100, out); out.flush(); out.close(); Thanks in advance, R.Karthik --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

