summaryrefslogtreecommitdiff
path: root/src/rgb_xyz.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-06-23 11:57:50 +0100
committerCarl Hetherington <cth@carlh.net>2017-06-23 11:57:50 +0100
commit3a5b068428bcc2080908a01204411038225d3851 (patch)
tree5ed2f1f753d1ffdd48765842d7f31a669166b016 /src/rgb_xyz.h
parent863d9cc51b406500dba596b6f1de733ec3f410c5 (diff)
Make xyz_to_xyz into a constructor of OpenJPEGImage where it makes more sense.
Diffstat (limited to 'src/rgb_xyz.h')
-rw-r--r--src/rgb_xyz.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/rgb_xyz.h b/src/rgb_xyz.h
index 907869af..fcd15cfd 100644
--- a/src/rgb_xyz.h
+++ b/src/rgb_xyz.h
@@ -66,8 +66,6 @@ extern boost::shared_ptr<OpenJPEGImage> rgb_to_xyz (
boost::optional<NoteHandler> note = boost::optional<NoteHandler> ()
);
-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);
}