diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-10 15:28:29 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-10 15:28:29 +0100 |
| commit | 6e10de6161f783de85bbaf59824a29026d524e55 (patch) | |
| tree | 2dc33ebea4800a32bb0f4e832e779f1ae888017c /src/lib/image_examiner.cc | |
| parent | a020b117c972db1d4e412c17465a5b7999eb3de9 (diff) | |
Take a JPEG2000 header marked as SRGB to mean that no XYZ -> RGB conversion should happen.
Diffstat (limited to 'src/lib/image_examiner.cc')
| -rw-r--r-- | src/lib/image_examiner.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/image_examiner.cc b/src/lib/image_examiner.cc index 502e8adbe..b2f962323 100644 --- a/src/lib/image_examiner.cc +++ b/src/lib/image_examiner.cc @@ -24,8 +24,8 @@ #include "exceptions.h" #include "config.h" #include "cross.h" +#include <dcp/openjpeg_image.h> #include <dcp/exceptions.h> -#include <dcp/xyz_image.h> #include <Magick++.h> #include <iostream> |
