diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-12-27 20:02:16 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-12-28 00:46:04 +0000 |
| commit | 75788462338b1b4f464d075465da3cb372c40004 (patch) | |
| tree | 24046b4554f71ae399bbd310f5df2db2c4e69f47 /src/util.cc | |
| parent | 8520636e803e9eb17c9f73272f340d0e1c17ad67 (diff) | |
Change colourspace handling round a bit:1.0-colour-cleanup
- 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.
Diffstat (limited to 'src/util.cc')
| -rw-r--r-- | src/util.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util.cc b/src/util.cc index 1334b21d..58eacbfb 100644 --- a/src/util.cc +++ b/src/util.cc @@ -26,7 +26,6 @@ #include "types.h" #include "argb_frame.h" #include "certificates.h" -#include "gamma_lut.h" #include "xyz_frame.h" #include "compose.hpp" #include "KM_util.h" |
