
10 Dec
2006
10 Dec
'06
11:48 a.m.
Hi, On Fri, Oct 13, 2006 at 10:13:08AM -0700, Lubomir Bourdev <lbourdev@adobe.com> wrote:
A few reviewers have remarked on whether GIL can handle more complex formats, such as packed RGB565 format, (i.e. 5 bits red, 6 bits green, 5 bits blue). Since we can handle even images representing syntethic functions, we can certainly handle packed pixels.
I just started using GIL, and I think I will need a mixture of packed thus interleaved pixels and a planar form: RGB565A8 The alpha channel is stored in a separate buffer. How can I discribe this pixel layout? Regards Andreas Pokorny