mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-13 21:26:46 +03:00
Images in this directory were created with GIMP. TGAs have names in the following format: {width}x{height}_{mode}_{origin}_{compression}.tga Where: mode is PIL mode in lower case (L, P, RGB, etc.) origin: "bl" - bottom left "tl" - top left compression is either "raw" or "rle"