I've been able to edit bitmaps in the NDK with Bitmap_lockPixels(),
but that function only works on systems with 2.2 and above.

I've been trying desperately to get other solutions working for 2.1
and lower systems, but nothing has worked. I tried passing an
IntBuffer, but any attempts to edit the individual color integers
result in a crash (memory fault).

Can someone post a simple code example that can extract the ARGB
values for editing from a bitmap in the NDK?

-- 
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

Reply via email to