On Wed, Nov 30, 2011 at 10:57 PM, Michael Blumenkrantz <[email protected]> wrote: > is there another way to get the pixel data of an image besides > evas_object_image_data_get() ? When this is called by enotify, the subsequent > call to evas_object_image_data_set() destroys the original image...
You should use evas_object_image_data_convert for this kind of stuff. It will give you a fresh new pointer that you own for real with the colorspace you ask. -- Cedric BAIL ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-novd2d _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
