From 24611b9ec510a6588c61dca7936289cf71bec23a Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Sun, 21 Jun 2015 19:40:45 +0100 Subject: [PATCH] add HSV test to test suite --- test/test_colour.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test_colour.py b/test/test_colour.py index 941d81b9..30803b23 100755 --- a/test/test_colour.py +++ b/test/test_colour.py @@ -30,6 +30,7 @@ colour_colourspaces = [Vips.Interpretation.XYZ, Vips.Interpretation.CMC, Vips.Interpretation.LABS, Vips.Interpretation.SCRGB, + Vips.Interpretation.HSV, Vips.Interpretation.SRGB, Vips.Interpretation.YXY] coded_colourspaces = [Vips.Interpretation.LABQ]