TGA
From Just Solve the File Format Problem
				
								
				(Difference between revisions)
				
																
				
				
								
				|  (Specifications) |  (Sample files) | ||
| Line 18: | Line 18: | ||
| * [http://www.textfiles.com/programming/FORMATS/pix_fmt.txt Picture format docs (of a number of formats including this one)] | * [http://www.textfiles.com/programming/FORMATS/pix_fmt.txt Picture format docs (of a number of formats including this one)] | ||
| − | == Sample  | + | == Sample files == | 
| − | *  | + | * http://www.fileformat.info/format/tga/sample/index.htm | 
| + | * http://samples.libav.org/image-samples/TGA/ | ||
| + | * http://links.uwaterloo.ca/Repository/TGA/ | ||
| + | * http://www.virtualservidores.com/cstrike/gfx/env/ | ||
| == Links == | == Links == | ||
Revision as of 14:39, 7 December 2013
TGA (Targa) is a simple raster image file format developed by Truevision, Inc. (then named EPICenter) in 1984. Designed for use with MS-DOS color applications, TGA is the native format of Truevision's TARGA (Truevision Advanced Raster Graphics Adapter) boards, which were some of the first graphic cards for IBM-compatible PCs to support 24-bit RGB color encoding (sometimes termed truecolor).
| Contents | 
Identifiers
Filename extensions other than .tga are obsolete. Originally, some Truevision products used other extensions: .icb (Image Capture Board), .vda (Video Display Adapter), .vst (Vista).
Specifications
- Truevision TGA File Format Specification, Version 2.0: PostScript· PDF· HTML
- Information extracted by Martin Reddy from Appendix C of the Truevision Technical Guide
- Another copy of the file
- Picture format docs (of a number of formats including this one)
Sample files
- http://www.fileformat.info/format/tga/sample/index.htm
- http://samples.libav.org/image-samples/TGA/
- http://links.uwaterloo.ca/Repository/TGA/
- http://www.virtualservidores.com/cstrike/gfx/env/
Links
- Truevision TGA: Wikipedia
- TGA File Format Summary, from the Encyclopedia of Graphics File Formats
- Creating TGA Image files By Paul Bourke, 1996.

