* 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
>
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
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_
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