summaryrefslogtreecommitdiff
path: root/src/rgb_xyz.h
AgeCommit message (Expand)Author
2024-04-18Cleanup: fix more comments/guards (and add check script).Carl Hetherington
2023-10-22Remove logging of clamped values.Carl Hetherington
2023-10-18Add rgb_to_xyz for packed int16_t.v1.8.87Carl Hetherington
2023-07-25Include trimming.Carl Hetherington
2022-05-09Extract, test and slightly adjust the piecewise LUT for inverse gamma.Carl Hetherington
2021-01-24Tidying.Carl Hetherington
2021-01-24Tidying.Carl Hetherington
2021-01-08std::shared_ptrCarl Hetherington
2018-07-07Remove unused class declaration.Carl Hetherington
2017-06-23Make xyz_to_xyz into a constructor of OpenJPEGImage where it makes more sense.Carl Hetherington
2017-03-30Add stride parameter to dcp::xyz_to_rgba.Carl Hetherington
2016-08-22Factor out RGB->XYZ matrix calculation to a separate method.Carl Hetherington
2016-06-13Add OpenSSL licence exception.Carl Hetherington
2016-06-01More licence fixups.Carl Hetherington
2015-06-24No-op: whitespace.Carl Hetherington
2015-06-11Pass a note rather than failing an assert on clamping XYZ values after conver...Carl Hetherington
2015-06-10Rename XYZImage -> OpenJPEGImage.Carl 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-03Various fixes to XYZ/RGB transforms.Carl Hetherington
2014-12-28Change colourspace handling round a bit:1.0-colour-cleanupCarl Hetherington
2014-10-25Add xyz_to_xyz, forward ported from 0.x.Carl Hetherington
2014-07-09Add method to return frames as RGB to a given buffer.Carl Hetherington
2014-07-08Rename xyz_to_rgb to xyz_to_rgba.Carl Hetherington
2014-01-27Remove LUT parent class.Carl Hetherington
2014-01-27Some tidying up.Carl Hetherington
2014-01-17namespace libdcp -> dcp.Carl Hetherington
2013-08-17More float -> double.Carl Hetherington
2013-07-12Support rgb -> xyz encoding.Carl Hetherington
2013-07-12Move XYZ/RGB function to its own source file.Carl Hetherington