I'm adding enlightenment-devel list, as people might be interested as well.

On Sun, Sep 7, 2008 at 12:24 PM, Jan Lübbe <[EMAIL PROTECTED]> wrote:
> On Sat, 2008-09-06 at 23:23 -0300, Gustavo Sverzut Barbieri wrote:
>> Guys,
>>
>> For those that don't read SVN commit list, I just added esmart_cairo
>> to make it easy to use Cairo as an image provider for Evas, it include
>> an example usage in src/bin.
>>
>> If someone want to suggest something, I'd be glad to hear.
>
> I just used a simple image before for cairo, it had problems on the x11
> 16bit engine with the different pixel format.
>
> Does cairo draw directly to the image buffer or do i need to copy to
> update the image?

Uh, oh... this will not work for 16bpp engines, as the source image is
32bpp or 24bpp, both using 32bits (24 has one byte padding). It would
be necessary to change 16bpp engines to be able to blit these formats,
doing the conversion on the fly. As I'm not working with 16bpp these
days, it's low priority to me, would you be interested in adding this
yourself?

-- 
Gustavo Sverzut Barbieri
http://profusion.mobi embedded systems
--------------------------------------
MSN: [EMAIL PROTECTED]
Skype: gsbarbieri
Mobile: +55 (19) 9225-2202
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to