summaryrefslogtreecommitdiff
path: root/test/image_test.cc
AgeCommit message (Collapse)Author
2015-02-02Remove Image and ARGBImage and just dump RGB data intoCarl Hetherington
uint8_t* buffers. This is hopefully simpler than trying to come up with some Image hierarchy that suits everything.
2015-01-03Tweaks to test setup; don't always compute coverage.Carl Hetherington
2015-01-03Various fixes to XYZ/RGB transforms.Carl Hetherington
2014-12-28Remove Image:swap(); add some more tests.Carl Hetherington