Denis Oliver Kropp write: >There's a 1 bit alpha format A1. You can try using that or implement a >new one with A1 or LUT4 as an example.
>Monochrome would be a format with 1 bit luminance though :) Hi, thanks for the fast reply! Sure, I can handle with 1 bit alpha format A1. But the problem is to write 1 bit per pixel into RAM (every bit in RAM is equivalent to 1 pixel on my monochrome Display). Least operation in DirectFB is 1 Byte per pixel (u8), e.g. static void Cop_to_Aop_8( GenefxState *gfxs ). I'am right ? I only can do it, when I spend 8 bits per pixel and interpret one bit for setting pixel... ? Regards Gerd _______________________________________________________________ SMS schreiben mit WEB.DE FreeMail - einfach, schnell und kostenguenstig. Jetzt gleich testen! http://f.web.de/?mc=021192 _______________________________________________ directfb-dev mailing list [EMAIL PROTECTED] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev
