mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-03 13:14:27 +03:00
Add LA to TGA test modes
This commit is contained in:
parent
c28bf86b7e
commit
adfcbc9478
|
@ -13,7 +13,7 @@ _TGA_DIR_COMMON = os.path.join(_TGA_DIR, "common")
|
|||
|
||||
class TestFileTga(PillowTestCase):
|
||||
|
||||
_MODES = ("L", "P", "RGB", "RGBA")
|
||||
_MODES = ("L", "LA", "P", "RGB", "RGBA")
|
||||
_ORIGINS = ("tl", "bl")
|
||||
|
||||
_ORIGIN_TO_ORIENTATION = {
|
||||
|
|
Loading…
Reference in New Issue
Block a user