diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-04-29 15:22:55 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-04-29 15:22:55 +0100 |
| commit | 5b6d753439207fcb33b84690bcc22d142a7c3bfa (patch) | |
| tree | 092c65d1e8d83b816cfd37ead57699d729d9f3be /src/util.h | |
| parent | 085f9fa7a4e389a5579742f20e142513c21bbd82 (diff) | |
Change output gamma correction to be closer to EasyDCP behaviour.
Diffstat (limited to 'src/util.h')
| -rw-r--r-- | src/util.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -60,7 +60,7 @@ extern std::string content_kind_to_string (ContentKind kind); extern ContentKind content_kind_from_string (std::string kind); extern bool empty_or_white_space (std::string s); extern opj_image_t* decompress_j2k (uint8_t* data, int64_t size, int reduce); -extern boost::shared_ptr<ARGBFrame> xyz_to_rgb (opj_image_t* xyz_frame, boost::shared_ptr<const GammaLUT>, boost::shared_ptr<const XYZsRGBLUT>); +extern boost::shared_ptr<ARGBFrame> xyz_to_rgb (opj_image_t* xyz_frame, boost::shared_ptr<const GammaLUT>, boost::shared_ptr<const GammaLUT>); } |
