The API is declared in bitmap.h. You will have to learn how to use it on your own. Just make sure you have a Bitmap object and can set its pixels directly using the config it was created with. Your pixels array must exactly match what the config demands.
Doug On Sep 19, 10:32 pm, Siji T G <[email protected]> wrote: > Donug, You mean to use bitmap.h ?? > Could you please provide me some sample code in C for setting pixels of > bitmap. > I have data in > jbyteArray out_buf. > > How to set out_buf as pixels of bitmap?? > Thanks in advance. -- 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

