summaryrefslogtreecommitdiff
path: root/test/rgb_xyz_test.cc
AgeCommit message (Expand)Author
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