From b0c66df72c153ea88214642e8827200aecc6dcab Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Fri, 28 Dec 2018 15:26:08 +0000 Subject: [PATCH] add cmyk test fails right now, since CMYKA is not supported by CMYK2XYZ and XYZ2CMYK (I think) --- test/test-suite/helpers/helpers.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test-suite/helpers/helpers.py b/test/test-suite/helpers/helpers.py index 7a8b7caa..884d47b5 100644 --- a/test/test-suite/helpers/helpers.py +++ b/test/test-suite/helpers/helpers.py @@ -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,