fix cmyk test with lcms2
we were using a dark region of the test image
This commit is contained in:
parent
00dfb70801
commit
4cbc280c8a
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user