Hi, I'm devoloping an image manipulation program in Android 2. When I save my Bitmap object to file, I have to compress in PNG or JPEG, but this operation change the content of pixel array associated to my bitmap. If I read the new image saved, I found some different values in the pixel array. My question is: Is there a way to save a Bitmap object as is, not compressed?
Bye -- 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

