Add LA to TGA test modes

This commit is contained in:
Daniel Plakhotich 2018-07-02 00:50:02 +03:00
parent c28bf86b7e
commit adfcbc9478

View File

@ -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 = {