[cairo] Confused by render to image buffer

Chris fltk at functionalfuture.com
Fri Dec 24 18:28:58 PST 2004


Ah, sorry, I was incorrect.  I forgot that I had reversed the order when
I tested on MacOS.

On MacOS it comes out in ARGB order and x86 is BGRA.

So, yes, it's an endian issue because pixman is working at the 32-bit
integer level rather than the byte level.

-- 
// Chris




More information about the cairo mailing list