Add a multiply by a Bradford matrix to rgb->xyz conversion.
[libdcp.git] / src / rgb_xyz.cc
2015-04-14 Carl HetheringtonAdd a multiply by a Bradford matrix to rgb->xyz conversion.
2014-10-24 Carl HetheringtonAdd xyz_to_xyz to do what rgb_to_xyz does without the...
2014-10-20 Carl HetheringtonFix comment; image must be little-endian (assuming...
2014-10-16 Carl HetheringtonMerge branch '12bit'
2014-10-16 Carl HetheringtonTweak comment. 12bit
2014-10-16 Carl HetheringtonMerge branch 'master' into 12bit
2014-07-07 Carl Hetherington12-bit hacks.
2013-08-18 Carl HetheringtonA few asserts.
2013-08-17 Carl HetheringtonMore float -> double.
2013-07-23 Carl HetheringtonA few small cleanups.
2013-07-12 Carl HetheringtonMerge branch 'master' of ssh://carlh.dnsalias.org/home...
2013-07-12 Carl HetheringtonSupport rgb -> xyz encoding.
2013-07-12 Carl HetheringtonMove XYZ/RGB function to its own source file.