diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-08-22 14:29:43 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-08-22 14:29:43 +0100 |
| commit | fab8525a625f1ad65f2ddcfbf6ac6c7a99c36b0e (patch) | |
| tree | 82a1dc6725c6f9efffa137c70f1ab3c4c62aa40a /src/rgb_xyz.h | |
| parent | cffb823099b5b5b7cd14b02814702f14014269ea (diff) | |
Factor out RGB->XYZ matrix calculation to a separate method.
Diffstat (limited to 'src/rgb_xyz.h')
| -rw-r--r-- | src/rgb_xyz.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rgb_xyz.h b/src/rgb_xyz.h index 3f4d790b..51846083 100644 --- a/src/rgb_xyz.h +++ b/src/rgb_xyz.h @@ -67,4 +67,6 @@ extern boost::shared_ptr<OpenJPEGImage> rgb_to_xyz ( extern boost::shared_ptr<OpenJPEGImage> xyz_to_xyz (uint8_t const * xyz, dcp::Size size, int stride); +extern void combined_rgb_to_xyz (ColourConversion const & conversion, double* matrix); + } |
