[android-developers] Big problems with bitmaps, memory management, Log.d

2011-01-17 Thread Matthew Fleming
Hi, I posted earlier about my need to find a way to load a mutable bitmap. I need to be able to load a bitmap from an input stream, annotate it, and save it. At present, the only thing I seem to be able to do is load an immutable bitmap, copy it, annotate the copy, and then save that. THIS IS NOT

Re: [android-developers] Big problems with bitmaps, memory management, Log.d

2011-01-17 Thread Romain Guy
Hi Matthew, I am sorry that you didn't get a better answer before, but this is, unfortunately, the only way of doing it with the existing APIs. This kind of feedback is important to us because it tells us what APIs application developers need. As for your second question, the values returned are