mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-11 12:17:14 +03:00
13 lines
296 B
Plaintext
13 lines
296 B
Plaintext
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"
|