csputils: add Panasonic V-Gamut primaries

This is actually not entirely trivial since it involves negative Yxy
coordinates, so the CMM has to be capable of full floating point
operation. Fortunately, LittleCMS is, so we can just blindly implement
it.
This commit is contained in:
Niklas Haas
2016-06-26 19:57:29 +02:00
committed by wm4
parent 13a63331b6
commit 247ec0cb84
4 changed files with 13 additions and 0 deletions

View File

@@ -64,6 +64,7 @@ enum mp_csp_prim {
MP_CSP_PRIM_PRO_PHOTO,
MP_CSP_PRIM_CIE_1931,
MP_CSP_PRIM_DCI_P3,
MP_CSP_PRIM_V_GAMUT,
MP_CSP_PRIM_COUNT
};