add HSV test to test suite

This commit is contained in:
John Cupitt 2015-06-21 19:40:45 +01:00
parent 230cc975fc
commit 24611b9ec5

View File

@ -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]