On Feb 12, 2010, at 5:42 PM, Omari Stephens wrote: On 02/12/2010 10:12 PM, Christopher Curtis wrote:On Fri, Feb 12, 2010 at 11:55 AM, yahvuu<yahvuu@xxxxxxxxx> wrote:here are some diagrams depicting selected configurations for colormanagement:http://yahvuu.files.wordpress.com/2009/08/dataflow.pngWhat happens in a multi-head setup when I maximize an image over (say)a CRT and an LCD? Does "monitor profile" take this into account?I think my question is: Is X handling the colorspace or are profilesbeing applied on individual pixel regions? Is this even supported oris there something else I'm not understanding at a very basic level? However, the answer to the base question is "Yes, X and Gtk support that to a very good degree, and all the low-level API's support delivering all the required information". and "No, X does nothing with the colorspaces. It is left to the application to implement" It also is more of a per-monitor issue, rather than per-pixel. So one generally will have to deal with a small set of rectangles (two being the most common) to adjust. So it's not *quite* up to the complexity of a purely per-pixel problem. I also would question the assertion that it is an uncommon use case. Those most likely to be working seriously with images are generally much likely to have two (or more) monitors. They also have a higher chance of caring about color fidelity. And given the direction GIMP is taking in regards to dropping support for the casual users (or whichever wording best describes the current directive on this) I would expect this to be even more in line with GIMP's targeted user base and use cases. Of course, I've not delved down into the details of GIMP's display code and where to best hook in such display transformations. On the other hand, when I added the initial XICC X11 profile support to Inkscape I had researched this a fair bit, and for Inkscape's display code the extra needed for multi-monitor support is actually rather trivial. Then again the main consideration does need to go to the pragmatic factors. Given the constraints of that situation (including being the sole engineer doing any and all color work), per-monitor simultaneous profile support was deferred. However, switching profiles as the window moved mainly from one monitor to the next went in, along with dynamic detection and reloading of the profile as they get set or cleared on the current monitor also went in quite easily. |
_______________________________________________ Gimp-developer mailing list Gimp-developer@xxxxxxxxxxxxxxxxxxxxxx https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer