mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-14 17:24:46 +03:00
comment out I;16 modes for the linear and radial gradient tests
This commit is contained in:
parent
41421875ca
commit
13e3120925
|
@ -554,9 +554,9 @@ class TestImage:
|
|||
("La", (0, 255), (255, 255)),
|
||||
("F", 0, 255),
|
||||
("I", 0, 255),
|
||||
("I;16", 0, 255),
|
||||
("I;16L", 0, 255),
|
||||
("I;16B", 0, 255),
|
||||
# ("I;16", 0, 255),
|
||||
# ("I;16L", 0, 255),
|
||||
# ("I;16B", 0, 255),
|
||||
("RGB", (0, 0, 0), (255, 255, 255)),
|
||||
("RGBX", (0, 0, 0, 255), (255, 255, 255, 255)),
|
||||
("RGBA", (0, 0, 0, 255), (255, 255, 255, 255)),
|
||||
|
@ -609,9 +609,9 @@ class TestImage:
|
|||
("La", (255, 255), (0, 255)),
|
||||
("F", 255, 0),
|
||||
("I", 255, 0),
|
||||
("I;16", 255, 0),
|
||||
("I;16L", 255, 0),
|
||||
("I;16B", 255, 0),
|
||||
# ("I;16", 255, 0),
|
||||
# ("I;16L", 255, 0),
|
||||
# ("I;16B", 255, 0),
|
||||
("RGB", (255, 255, 255), (0, 0, 0)),
|
||||
("RGBX", (255, 255, 255, 255), (0, 0, 0, 255)),
|
||||
("RGBA", (255, 255, 255, 255), (0, 0, 0, 255)),
|
||||
|
|
Loading…
Reference in New Issue
Block a user