scRGB = (linear) RGB in HDRI mode?
Posted: 2013-04-14T05:28:23-07:00
It appears to me that HDRI mode may make the RGB color space match the spec of the scRGB color space, color space which is gaining quite a bit of traction, deservedly so: floating point ("infinite gamut") RGB with sRGB primaries makes tons of sense as a work space.
Putting something to this effect in the documentation may be a good thing. (Assuming that I'm right: I've not actually checked.)
scRGB is explicitly supported in the GEGL and VIPS libraries, for example. Actually, the linear color space of choice for GEGL is scRGB (I had nothing to do with this decision, which I am pretty sure predates Microsoft's introduction of scRGB).
(Of course, color space issues is a rat's nest. So, one could also argue that making the link explicit in the documentation is inviting trouble, unless things are very carefully matched for all quantum, for example.)
Putting something to this effect in the documentation may be a good thing. (Assuming that I'm right: I've not actually checked.)
scRGB is explicitly supported in the GEGL and VIPS libraries, for example. Actually, the linear color space of choice for GEGL is scRGB (I had nothing to do with this decision, which I am pretty sure predates Microsoft's introduction of scRGB).
(Of course, color space issues is a rat's nest. So, one could also argue that making the link explicit in the documentation is inviting trouble, unless things are very carefully matched for all quantum, for example.)