another change to Aces working
This commit is contained in:
@@ -66,18 +66,45 @@ constexpr double xyz_sRGB[3][3] = {
|
||||
{0.0139322, 0.0971045, 0.7141733}
|
||||
};
|
||||
|
||||
//from Elle Stone
|
||||
constexpr double xyz_ACESc[3][3] = {
|
||||
{0.68988, 0.14977, 0.12456},
|
||||
{0.28452, 0.67169, 0.04379},
|
||||
{-0.00604, 0.01001, 0.82094}
|
||||
};
|
||||
|
||||
constexpr double ACESc_xyz[3][3] = {
|
||||
{1.592666, -0.351803, -0.222887},
|
||||
{-0.675936, 1.639273 , 0.015117},
|
||||
{0.0199598, -0.022576, 1.2162916}
|
||||
};
|
||||
|
||||
/*
|
||||
//from LCMS calculation same as ACES.icm
|
||||
constexpr double xyz_ACESc[3][3] = {
|
||||
{0.99089, 0.01224, -0.03893},
|
||||
{0.36189, 0.72252, -0.08441},
|
||||
{-0.00272, 0.00826, 0.81937}
|
||||
};
|
||||
|
||||
constexpr double xyz_ACESc[3][3] = {
|
||||
{0.9699974, 0.432792, -0.04566},
|
||||
{0.237431, 0.52681, -0.05590},
|
||||
{0.127169, 0.043493, 0.793903}
|
||||
};
|
||||
//with Bradford adaptation D60 D50
|
||||
constexpr double ACESc_xyz[3][3] = {
|
||||
{1.015799, -0.017739, -0.046435},
|
||||
{-0.507793, 1.391284 , 0.119201},
|
||||
{0.008491, -0.014084, 1.219402}
|
||||
};
|
||||
|
||||
constexpr double ACESc_xyz[3][3] = {
|
||||
{0.897022, -0.79074, 0.088539},
|
||||
{-0.103127, 2.76928 , 0.00767},
|
||||
{-0.19296, 0.01424, 1.256792}
|
||||
};
|
||||
*/
|
||||
constexpr double sRGB_xyz[3][3] = {
|
||||
{3.1338561, -1.6168667, -0.4906146},
|
||||
{ -0.9787684, 1.9161415, 0.0334540},
|
||||
|
Reference in New Issue
Block a user