TGA: Difference between revisions
Jump to navigation
Jump to search
Tom Edwards (talk | contribs) m (Line breaks seem bugged...) |
(added some inf; miraculously resisted urge to americanize spelling of favored) |
||
Line 1: | Line 1: | ||
[[Category:Glossary]][[Category:Materials System]] | |||
'''TGA''' is short for Targa (aka Truevision), a non-proprietary image format favoured by Valve. Base format for [[VTF]], and used to store images used by the Steam client. | |||
TGA files can be saved with a fourth channel, called the Alpha channel, which usually defines the transparency. (The three basic channels define red, blue, and green content of the image.) However, some [[VMF]] shaders use the alpha channel for other information. | |||
---- | |||
''See also'' | |||
[http://astronomy.swin.edu.au/~pbourke/dataformats/tga/ TGA Format Specification] | [http://astronomy.swin.edu.au/~pbourke/dataformats/tga/ TGA Format Specification] | ||
[http://www.irfanview.com/ Irfanview, a popular TGA viewer] | [http://www.irfanview.com/ Irfanview, a popular TGA viewer] | ||
Revision as of 19:09, 2 July 2005
TGA is short for Targa (aka Truevision), a non-proprietary image format favoured by Valve. Base format for VTF, and used to store images used by the Steam client.
TGA files can be saved with a fourth channel, called the Alpha channel, which usually defines the transparency. (The three basic channels define red, blue, and green content of the image.) However, some VMF shaders use the alpha channel for other information.
See also