summaryrefslogtreecommitdiff
path: root/test/rgb_xyz_test.cc
AgeCommit message (Expand)Author
2022-05-09Extract, test and slightly adjust the piecewise LUT for inverse gamma.Carl Hetherington
2022-05-05Add a new (failing) test which exposes inaccuracies in inverse gamma.Carl Hetherington
2022-05-05Tidying.Carl Hetherington
2022-04-22Fix some macOS signed/unsigned warnings.Carl Hetherington
2021-01-21Move all ostream operator<< into some test-only stream_operators.{cc,h} files.Carl Hetherington
2021-01-21Use enum class for the things in types.hCarl Hetherington
2021-01-08std::shared_ptrCarl Hetherington
2019-03-16Fix some GPL boilerplate.Carl Hetherington
2016-06-01Still more licence fixups.Carl Hetherington
2015-11-17Use rand instead of rand_r as rand_r is not necessary and rand is available o...Carl Hetherington
2015-06-24No-op: whitespace.Carl Hetherington
2015-06-16Fix a warning.Carl Hetherington
2015-06-11Fix thinko which broke xyz->rgb conversion.Carl Hetherington
2015-06-10Rename XYZImage -> OpenJPEGImage.Carl Hetherington
2015-04-22Express colour conversions as chromaticities and adjust so thatCarl Hetherington
2015-02-02Remove Image and ARGBImage and just dump RGB data intoCarl Hetherington
2015-02-02Rename XYZFrame -> XYZImage and ARGBFrame -> ARGBImage.Carl Hetherington
2015-02-02Unpack XYZ to RGB into an Image class rather than a raw buffer.Carl Hetherington
2015-01-07Clamp out-of-range XYZ values in xyz_to_rgb() and pass notes about their exis...Carl Hetherington
2015-01-04Try to fix static initialisation order problems.Carl Hetherington
2015-01-03Tweaks to test setup; don't always compute coverage.Carl Hetherington
2015-01-03Various fixes to XYZ/RGB transforms.Carl Hetherington