Difference between revisions of "TGA"
From polycount
(creating this page) |
(link to CategoryTextureFormatRuntime) |
||
Line 2: | Line 2: | ||
= TGA = | = TGA = | ||
TGA is a common bitmap format used in game development. For more information see the Wikipedia page [http://en.wikipedia.org/wiki/Truevision_TGA Truevision TGA]. | TGA is a common bitmap format used in game development. For more information see the Wikipedia page [http://en.wikipedia.org/wiki/Truevision_TGA Truevision TGA]. | ||
+ | |||
+ | This format is an intermediary format for use outside a game engine, it is not an [[Category:TextureFormatRuntime|in-game format]]. | ||
---- | ---- | ||
[[Category:TextureFormat]] | [[Category:TextureFormat]] |
Revision as of 09:59, 18 November 2010
TGA
TGA is a common bitmap format used in game development. For more information see the Wikipedia page Truevision TGA.
This format is an intermediary format for use outside a game engine, it is not an.