RE: Colour management
"David Lazaro" <[email protected]>
| Newsgroups | gmane.comp.xfree86.forum |
|---|---|
| Organization | Association for Computing Machinery |
| Message-ID | <[email protected]> |
Hello, > > According to the ICC.1:2001-12, there exists the possibility of having > > hardware stored ICC profiles. I supposed that it would be better > > handled by something like D-BUS because smart printers, scanners, > > cameras and monitors all have a word to say in this game. > > Doesn't the ICC convention break with xinerama since different > monitors may have different colour properties ? It's possible. When a colour calibrated pixmap changes screens it is very likely that the RGB values sent to the screen should change. I have not examined Xinerama in depth but if it abstracts the colour management off the apps then it is more than possible that it will break. I'll have a look at the Xinerama spec. If you are working with ICC profiles it would be sufficient if you send image data in a colour calibrated space--something like sRGB, for example. As I said in a previous message, I am looking into these problems as of now but I'm still trying to devise what is needed and what infrastructure is currently available. Maybe it is enough if you can specify the colour space to XRender but I don't know yet. Best regards, David.