TGA: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
Line 3: Line 3:
[[TGA]] is short for '''T'''ar'''ga''' (aka Truevision), a non-proprietary image format favoured by [[Valve]]. Base format for [[VTF]], and used to store images used by the [[:Category:Steam|Steam client]].
[[TGA]] is short for '''T'''ar'''ga''' (aka Truevision), a non-proprietary image format favoured by [[Valve]]. Base format for [[VTF]], and used to store images used by the [[:Category:Steam|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.
[[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, [[VMF]] shaders can use the [[alpha channel]] for other information.


==See also==
==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 21:33, 31 January 2006


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, VMF shaders can use the alpha channel for other information.

See also