diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-05-05 01:11:50 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-10-14 20:50:53 +0200 |
| commit | a29d21d854dd37ab17db9b6d28255fd4b52f6017 (patch) | |
| tree | 01215d937d8b90a6e11b30d1c9b2aef0688ab02e /src/colour_conversion.h | |
| parent | fbe4e1ca774fce6608de7ab910b0e346453682b2 (diff) | |
Add convert_rgb_gamma().3026-mpeg2-colour
Diffstat (limited to 'src/colour_conversion.h')
| -rw-r--r-- | src/colour_conversion.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/colour_conversion.h b/src/colour_conversion.h index ea470e22..c8439636 100644 --- a/src/colour_conversion.h +++ b/src/colour_conversion.h @@ -285,6 +285,14 @@ extern std::shared_ptr<OpenJPEGImage> rgb_to_xyz( extern void combined_rgb_to_xyz(ColourConversion const & conversion, double* matrix); +extern void convert_rgb_gamma( + uint8_t* rgb, + dcp::Size size, + int stride, + ColourConversion const& conversion + ); + + } #endif |
