fix cmyk test with lcms2

we were using a dark region of the test image
This commit is contained in:
John Cupitt 2019-01-18 10:22:19 +00:00
parent 00dfb70801
commit 4cbc280c8a

View File

@ -170,8 +170,8 @@ class TestColour:
im = test.colourspace("cmyk").colourspace("srgb")
before = test(10, 10)
after = im(10, 10)
before = test(582, 210)
after = im(582, 210)
assert_almost_equal_objects(before, after, threshold=10)