diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-10-25 14:07:10 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-10-25 14:07:10 +0100 |
| commit | 134683a552de13cd27c981bb79f30019914ff9b3 (patch) | |
| tree | 0dc707736cbbcc578bd687d1043eff20100f9edf /src/rgb_xyz.h | |
| parent | 3909602e3fccfd8465862a6dbe768ec0025218f8 (diff) | |
Add xyz_to_xyz, forward ported from 0.x.
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 ee354d53..871473c0 100644 --- a/src/rgb_xyz.h +++ b/src/rgb_xyz.h @@ -38,5 +38,7 @@ extern void xyz_to_rgb ( extern boost::shared_ptr<XYZFrame> rgb_to_xyz ( boost::shared_ptr<const Image>, boost::shared_ptr<const GammaLUT>, boost::shared_ptr<const GammaLUT>, double const colour_matrix[3][3] ); + +extern boost::shared_ptr<XYZFrame> xyz_to_xyz (boost::shared_ptr<const Image>); } |
