mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-13 05:06:49 +03:00
Corrected lut mode
This commit is contained in:
parent
9d6d16d5cc
commit
4fddc625f1
|
@ -152,7 +152,7 @@ class TestColorLut3DCoreAPI:
|
||||||
@pytest.mark.parametrize(
|
@pytest.mark.parametrize(
|
||||||
("image_mode", "lut_mode", "table_size"),
|
("image_mode", "lut_mode", "table_size"),
|
||||||
[
|
[
|
||||||
("RGBA", "RGB", (3, 3)),
|
("RGBA", "RGBA", (3, 3)),
|
||||||
("RGBA", "RGBA", (4, 3)),
|
("RGBA", "RGBA", (4, 3)),
|
||||||
("RGB", "HSV", (3, 3)),
|
("RGB", "HSV", (3, 3)),
|
||||||
("RGB", "RGBA", (4, 3)),
|
("RGB", "RGBA", (4, 3)),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user