[Bug 84] New: wrong colors in X11 output on mac os x/g4
| Newsgroups | gmane.comp.video.gephex.devel |
|---|---|
| Message-ID | <[email protected]> |
https://bugs.gephex.org/show_bug.cgi?id=84
Summary: wrong colors in X11 output on mac os x/g4
Product: GePhex
Version: 0.4
Platform: Macintosh
OS/Version: MacOS X
Status: NEW
Severity: critical
Priority: P2
Component: plugin
AssignedTo: [email protected]
ReportedBy: [email protected]
The rgb format of X11 seems not to be defined in terms of byte positions
(the gephex color format is defined as bgra, where b has byte position 0, g 1, r 2, and a 3)
but dependant on the endianess in terms of color masks.
The x11output does not respect this.
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.