| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-06-24 | No-op: whitespace. | Carl Hetherington | |
| 2015-04-22 | Add p3_to_xyz colour conversion preset. | Carl Hetherington | |
| 2015-04-22 | Fix crash in previous. | Carl Hetherington | |
| 2015-04-22 | Express colour conversions as chromaticities and adjust so that | Carl Hetherington | |
| everything is specified as something_to_xyz and then you can get an inverse LUT if you want one. | |||
| 2015-02-17 | Use 2.222222 for the power in the modified Rec. 709 input gamma | Carl Hetherington | |
| correction, as per fnordware DCIconverter. | |||
| 2015-02-17 | Rec 709 -> XYZ and sRGB -> XYZ matrices are, it seems, the same; | Carl Hetherington | |
| I'm getting this from fnordware DCIconverter. https://github.com/fnordware/DCIconverter/blob/master/src/DCIconverter.cpp | |||
| 2015-02-17 | Typo causing wrong matrix to be used for Rec. 709. | Carl Hetherington | |
| 2015-01-04 | Try to fix static initialisation order problems. | Carl Hetherington | |
| 2015-01-03 | Various fixes to XYZ/RGB transforms. | Carl Hetherington | |
| 2014-12-28 | Change colourspace handling round a bit:1.0-colour-cleanup | Carl Hetherington | |
| - move the essence of GammaLUT into TransferFunction and handle different bit depths more neatly - add ColourConversion to describe input gamma correction, colour transformation and then output gamma correction in one class. - add default ColourConversions for sRGB->XYZ, Rec709->XYZ and XYZ->RGB. | |||
