add cmyk test

fails right now, since CMYKA is not supported by CMYK2XYZ and XYZ2CMYK
(I think)
This commit is contained in:
John Cupitt 2018-12-28 15:26:08 +00:00
parent fe2c8505d6
commit b0c66df72c

View File

@ -49,6 +49,7 @@ colour_colourspaces = [pyvips.Interpretation.XYZ,
pyvips.Interpretation.LCH,
pyvips.Interpretation.CMC,
pyvips.Interpretation.LABS,
pyvips.Interpretation.CMYK,
pyvips.Interpretation.SCRGB,
pyvips.Interpretation.HSV,
pyvips.Interpretation.SRGB,