Re: [E-devel] imlib and evas2

2003-01-17 Thread bmattern
* Carsten Haitzler <[EMAIL PROTECTED]> [2003-01-17 11:12:55 +1100]: > On Wed, 6 Nov 2002 16:20:30 -0600 [EMAIL PROTECTED] babbled: > > > I want to take a small section of the screen and copy it into an evas object. > > Using imlib, i can get the image data i want (and if i save it out i can see >

Re: [E-devel] imlib and evas2

2003-01-16 Thread Ben Martin
On Thu, 2002-11-07 at 08:20, [EMAIL PROTECTED] wrote: > I want to take a small section of the screen and copy it into an evas object. > Using imlib, i can get the image data i want (and if i save it out i can see that it >is correct), so I figured doing the following would work: > > evas_object_i

Re: [E-devel] imlib and evas2

2003-01-16 Thread The Rasterman
On Wed, 6 Nov 2002 16:20:30 -0600 [EMAIL PROTECTED] babbled: > I want to take a small section of the screen and copy it into an evas object. > Using imlib, i can get the image data i want (and if i save it out i can see > that it is correct), so I figured doing the following would work: > > evas_

[E-devel] imlib and evas2

2003-01-16 Thread bmattern
I want to take a small section of the screen and copy it into an evas object. Using imlib, i can get the image data i want (and if i save it out i can see that it is correct), so I figured doing the following would work: evas_object_image_data_set(obj, imlib_get_image_data_for_reading_only()); w