#922 closed defect (fixed)
csc_cython produces images with red and blue channels swapped
Reported by: | Antoine Martin | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | blocker | Milestone: | 0.16 |
Component: | encodings | Version: | 0.15.x |
Keywords: | Cc: |
Description
We don't use it much because we prefer opengl, and even opengl is disabled we usually have swscale available.
The code looks fine (similar to the opencl version).
It could just be that because we return RGBX
instead of RGB
, we end up in a different code path: paint_rgb32
instead of paint_rgb24
..
Change History (3)
comment:1 Changed 7 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 7 years ago by
This may need further work, as the same swapped colours occur with this fix applied (but with different library versions): #937.
comment:3 Changed 16 months ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/922
Note: See
TracTickets for help on using
tickets.
trunk fix in r9983: I'm just not clever enough to figure out how to derive the byte order, so we hardcode it instead (big endian not tested)
Will backport.