Re: [E-devel] image pixel data

2011-12-01 Thread Michael Blumenkrantz
On Thu, 1 Dec 2011 13:08:41 -0500 Michael Blumenkrantz wrote: > On Thu, 1 Dec 2011 12:31:53 +0900 > Carsten Haitzler (The Rasterman) wrote: > > > On Wed, 30 Nov 2011 22:21:33 -0500 Michael Blumenkrantz > > said: > > > > > On Thu, 1 Dec 2011 11:48:33 +0900 > > > Carsten Haitzler (The Rasterman

Re: [E-devel] image pixel data

2011-12-01 Thread Michael Blumenkrantz
On Thu, 1 Dec 2011 12:31:53 +0900 Carsten Haitzler (The Rasterman) wrote: > On Wed, 30 Nov 2011 22:21:33 -0500 Michael Blumenkrantz > said: > > > On Thu, 1 Dec 2011 11:48:33 +0900 > > Carsten Haitzler (The Rasterman) wrote: > > > > > On Wed, 30 Nov 2011 20:37:40 -0500 Michael Blumenkrantz > >

Re: [E-devel] image pixel data

2011-11-30 Thread The Rasterman
On Wed, 30 Nov 2011 22:21:33 -0500 Michael Blumenkrantz said: > On Thu, 1 Dec 2011 11:48:33 +0900 > Carsten Haitzler (The Rasterman) wrote: > > > On Wed, 30 Nov 2011 20:37:40 -0500 Michael Blumenkrantz > > said: > > > > > On Thu, 1 Dec 2011 08:35:40 +0900 > > > Carsten Haitzler (The Rasterman

Re: [E-devel] image pixel data

2011-11-30 Thread Michael Blumenkrantz
On Thu, 1 Dec 2011 11:48:33 +0900 Carsten Haitzler (The Rasterman) wrote: > On Wed, 30 Nov 2011 20:37:40 -0500 Michael Blumenkrantz > said: > > > On Thu, 1 Dec 2011 08:35:40 +0900 > > Carsten Haitzler (The Rasterman) wrote: > > > > > On Wed, 30 Nov 2011 16:57:30 -0500 Michael Blumenkrantz > >

Re: [E-devel] image pixel data

2011-11-30 Thread The Rasterman
On Wed, 30 Nov 2011 20:37:40 -0500 Michael Blumenkrantz said: > On Thu, 1 Dec 2011 08:35:40 +0900 > Carsten Haitzler (The Rasterman) wrote: > > > On Wed, 30 Nov 2011 16:57:30 -0500 Michael Blumenkrantz > > said: > > > > > is there another way to get the pixel data of an image besides > > > ev

Re: [E-devel] image pixel data

2011-11-30 Thread Michael Blumenkrantz
On Wed, 30 Nov 2011 23:39:14 +0100 Cedric BAIL wrote: > On Wed, Nov 30, 2011 at 10:57 PM, Michael Blumenkrantz > 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_ima

Re: [E-devel] image pixel data

2011-11-30 Thread Michael Blumenkrantz
On Thu, 1 Dec 2011 08:35:40 +0900 Carsten Haitzler (The Rasterman) wrote: > On Wed, 30 Nov 2011 16:57:30 -0500 Michael Blumenkrantz > said: > > > 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

Re: [E-devel] image pixel data

2011-11-30 Thread The Rasterman
On Wed, 30 Nov 2011 16:57:30 -0500 Michael Blumenkrantz said: > 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... destroys? eh? the s

Re: [E-devel] image pixel data

2011-11-30 Thread Cedric BAIL
On Wed, Nov 30, 2011 at 10:57 PM, Michael Blumenkrantz 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_

[E-devel] image pixel data

2011-11-30 Thread Michael Blumenkrantz
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... -- All the da