Re: Colour management
Keith Packard <[email protected]>
| Newsgroups | gmane.comp.xfree86.forum |
|---|---|
| Message-ID | <E198Brd-0005YO-00@localhost> |
Around 5 o'clock on Apr 23, David Lazaro wrote: > An implementation that supports both the ICC profile file format and > model for colour management would be right on track. Has this already > been disscused on another forum or has anybody got any plans/ideas in > mind? The XDCCC is a standard part of the ICCCM and describes a convention for storing CIEXYZ <-> RGB conversion information in the server in the form of properties on the root window. Reading the ICC profile file format document ICC.1:2001-12, it appears that an ICC color profile could easily be converted into the appropriate property contents. Xlib already supports many color spaces using this information through the Xcms API. However, few applications bother to take significant advantage of this functionality. I believe this is largely an effect of the strong pixel-bias for the core graphics operations. Perhaps libraries layered on top of the Render extension could expose alternative color spaces to applications as that rendering model is color based rather than pixel based. -keith