Closed
Description
Problem
When using the MacOSX backend, the window is currently tagged with the GenericRGB colour space. This colour space is not really common anymore and sRGB should probably be preferred. This produce unexpected results after Apple ColorSync convert your pixel data to the display profile if you are unaware of this unusual choice.
Proposed solution
Replacing the GenericRGB space by sRGB, as suggested in the Apple documentation.