TGA: Difference between revisions

From MultimediaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 5: Line 5:
'''TGA''' (also known as '''TARGA''') is a raster graphics file format. Images can be RLE-compressed on uncompressed. There are a few possible types of TGA images:
'''TGA''' (also known as '''TARGA''') is a raster graphics file format. Images can be RLE-compressed on uncompressed. There are a few possible types of TGA images:


0 - no image data is present. Rather not used anywhere.


#0 - no image data is present. Rather not used anywhere.
1 - uncompressed palette image


#1 - uncompressed palette image
2 - uncompressed true-color image


#2 - uncompressed true-color image
3 - uncompressed grayscale


#3 - uncompressed grayscale
9 - RLE-encoded palette image


#9 - RLE-encoded palette image
10 - RLE-encoded true-color image


#10 - RLE-encoded true-color image
11 - RLE-encoded grayscale image
 
#11 - RLE-encoded grayscale image






[[Category:Image Formats]]
[[Category:Image Formats]]

Latest revision as of 13:12, 5 June 2018

TGA (also known as TARGA) is a raster graphics file format. Images can be RLE-compressed on uncompressed. There are a few possible types of TGA images:

0 - no image data is present. Rather not used anywhere.

1 - uncompressed palette image

2 - uncompressed true-color image

3 - uncompressed grayscale

9 - RLE-encoded palette image

10 - RLE-encoded true-color image

11 - RLE-encoded grayscale image