How to get a raw image buffer

If you look at the documentation for the evas image (https://docs.tizen.org/application/native/api/wearable/4.0/group__Evas__Object__Image.html) there is a title “Manipulating pixels”. It reads that manipulating, saving and so on is possible but no examples and no self explanatory API names. Actually, I need to get a raw image buffer in a Tizen.NET app but I don’t mind using native API. I’m just in despair to find it in the managed code. Does anybody have an example or a hint how to do it?

Hi,
You can find the example of Image Object Functions with some code here.

If you want to implement EVAS_COLORSPACE enum in your project the Evas documentation may help you more. Try Evas documentation here.