From 4f68d50abb5a83628482fd166e40f3b4b281166b Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 17 Feb 2015 19:57:28 +0000 Subject: Rec 709 -> XYZ and sRGB -> XYZ matrices are, it seems, the same; I'm getting this from fnordware DCIconverter. https://github.com/fnordware/DCIconverter/blob/master/src/DCIconverter.cpp --- src/colour_matrix.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/colour_matrix.h') diff --git a/src/colour_matrix.h b/src/colour_matrix.h index ce15051c..fd89ed3a 100644 --- a/src/colour_matrix.h +++ b/src/colour_matrix.h @@ -22,8 +22,7 @@ namespace dcp { namespace colour_matrix { extern double const xyz_to_rgb[3][3]; -extern double const srgb_to_xyz[3][3]; -extern double const rec709_to_xyz[3][3]; +extern double const rgb_to_xyz[3][3]; } -- cgit v1.2.3