On Mon, Jul 9, 2012 at 8:22 PM, Romain Guy <romain...@android.com> wrote:
> Could you use setPixels(int[]) instead?

I considered passing my int[] to setPixels() but (correct me if I'm
wrong) that wouldn't remove the problem where at some point, the
bitmap data has to exist in two copies.

However, I probably could use setPixels(int[]) and pass subimages
several times until the whole bitmap is filled.  Yes, I'll check that
out, sounds like a good idea.

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