Express colour conversions as chromaticities and adjust so that
authorCarl Hetherington <cth@carlh.net>
Wed, 22 Apr 2015 12:58:16 +0000 (13:58 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 22 Apr 2015 12:58:16 +0000 (13:58 +0100)
commit86bfdeb77f55b379302a65b22f57fc0583ec6b3c
tree66ed8eb0e4855c520b1b1a0d9dae052a0ad5bfe6
parent3c88524c9a2418d6d2d8b8eac29737c95b9a7411
Express colour conversions as chromaticities and adjust so that
everything is specified as something_to_xyz and then you can get
an inverse LUT if you want one.
16 files changed:
examples/read_dcp.cc
src/chromaticity.h [new file with mode: 0644]
src/colour_conversion.cc
src/colour_conversion.h
src/gamma_transfer_function.cc
src/gamma_transfer_function.h
src/modified_gamma_transfer_function.cc
src/modified_gamma_transfer_function.h
src/rgb_xyz.cc
src/transfer_function.cc
src/transfer_function.h
src/wscript
test/colour_conversion_test.cc
test/decryption_test.cc
test/rgb_xyz_test.cc
test/round_trip_test.cc