karthikr wrote: > Hi Guys, > > Im still not able to figure out the problem. > > When i try to use the Bitmaps compress method for PNG formats there > doesnt seems to be any problem. > > But for JPEG format there is a sever loss of quality even if i give > the quality as 100.
A quick scan of Google Code Search shows others using JPEG with quality 100, and there do not appear to be any outstanding issues on this topic posted on b.android.com. Given that, I recommend you create a sample project that demonstrates the problem, upload it to b.android.com (preferably along with sample output), and provide a description of the problem. One of three things will happen as a result: 1. Your sample app will work fine, in which case you then need to figure out what is different between the sample app and the code you had been working on. 2. Somebody will point out flaws in your technique in the sample app, and those will fix your main app's problems as well. 3. It's a real bug, and you'll have provided code to help confirm if/when it gets fixed. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy _Android Programming Tutorials_ Version 1.0 In Print! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

