mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-26 17:24:31 +03:00
add test for L
This commit is contained in:
parent
eec17c0c7a
commit
555d2ace49
|
@ -172,6 +172,7 @@ class CoreResampleConsistencyTest(PillowTestCase):
|
|||
self.run_case((r, color[0]))
|
||||
self.run_case((g, color[1]))
|
||||
self.run_case((b, color[2]))
|
||||
self.run_case(self.make_case('L', 12))
|
||||
|
||||
def test_32i(self):
|
||||
self.run_case(self.make_case('I', 12))
|
||||
|
|
Loading…
Reference in New Issue
Block a user