diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-02-11 14:30:38 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-02-11 14:30:38 +0000 |
| commit | 7dd07caa5fbfabde5563de4ade76b7c11d68c59c (patch) | |
| tree | f09accda608f459e7f7b0f09a0b69b9fa97cbc37 /src/mono_picture_frame.cc | |
| parent | abdc11acdaa8f059ad3c664b6d39a2757efaddc5 (diff) | |
Re-add linearised gamma LUT.
Diffstat (limited to 'src/mono_picture_frame.cc')
| -rw-r--r-- | src/mono_picture_frame.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mono_picture_frame.cc b/src/mono_picture_frame.cc index 6c2609ee..c2f8abb7 100644 --- a/src/mono_picture_frame.cc +++ b/src/mono_picture_frame.cc @@ -93,6 +93,6 @@ MonoPictureFrame::argb_frame (int reduce, float srgb_gamma) const { return xyz_to_rgb ( decompress_j2k (const_cast<uint8_t*> (_buffer->RoData()), _buffer->Size(), reduce), - GammaLUT::cache.get (12, DCI_GAMMA), GammaLUT::cache.get (12, 1 / srgb_gamma) + GammaLUT::cache.get (12, DCI_GAMMA, false), GammaLUT::cache.get (12, 1 / srgb_gamma, false) ); } |
