The problem is my Bitmap was immutable. I made it mutable.
I also used pixels array.
Initially by bitmap is taken from source. Then Im setting it to
mutable as follows:
mutable = immutable.copy(Config.RGB_565, true);
But now, my image is coming "blue-scaled". Why?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---