On Fri, 05 Oct 2012 11:33:11 + (GMT) SHILPA ONKAR SINGH
said:
you can't save an image if its being used as a proxy. all the data is in gpu
specific format (if you have something like gl) and thus is not accessible. if
you must have pixel data that's what the buffer canvas exists for. ecore_ev
-05 (금) 20:33:11
Subject: [E-devel] "evas_object_image_save" fails in case of proxy image object
Hi All,
I am creating a proxy image object by using the API
"evas_object_image_source_set" and using elm_button widget as the source.
The proxy image object successfully gets
Hi All,
I am creating a proxy image object by using the API
"evas_object_image_source_set" and using elm_button widget as the source.
The proxy image object successfully gets created and I can see its contents on
screen when I show it.
I want to save this proxy image object in to a image file.