Hello everyone.

My program have some problem.

I use Bitmap bm = BitmapFactory.decodeFile(...); to read image file.
Then I hidden some information in this image.

Now, it's a bitmap type.   I want to save this coded image.
But, when I use bitmap.compress(Bitmap.CompressFormat.PNG, 100, out);

After compress, my information are loss.
Does any method can save coded image without loss?

Thanks.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to