TGA

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Deleted X16/X32 section (see Discussion))
(13 intermediate revisions by 3 users not shown)
Line 5: Line 5:
 
|locfdd={{LoCFDD|fdd000179}}, {{LoCFDD|fdd000180}}
 
|locfdd={{LoCFDD|fdd000179}}, {{LoCFDD|fdd000180}}
 
|pronom={{PRONOM|x-fmt/367}}, {{PRONOM|fmt/402}}
 
|pronom={{PRONOM|x-fmt/367}}, {{PRONOM|fmt/402}}
 +
|wikidata={{wikidata|Q1063976}}
 
|released=1984
 
|released=1984
 
}}
 
}}
Line 11: Line 12:
 
Most TGA files are quite simple, but the format has the potential to be fairly complex.
 
Most TGA files are quite simple, but the format has the potential to be fairly complex.
  
TGA images are normally either uncompressed, or compressed with [[run-length encoding]]. Additional compression schemes may exist.
+
TGA images are either uncompressed, or compressed with [[run-length encoding]].
  
 
== Format details ==
 
== Format details ==
Line 17: Line 18:
  
 
== Variant formats ==
 
== Variant formats ==
Ssome Truevision products used their own variant of TGA, or maybe just TGA with a different filename extension:
+
Some Truevision products used their own variant or subset of TGA: '''ICB''', '''VDA''', or '''VST'''. Those and other TGA variants are listed here.
* '''.icb''' (Image Capture Board)
+
* '''.vda''' (Video Display Adapter)
+
* '''.vst''' (Vista)
+
  
Information about these formats is hard to find.
+
=== ICB ===
 +
* File extension: '''.icb'''
 +
* Full name: '''Image Capture Board'''
 +
 
 +
=== VDA ===
 +
* File extension: '''.vda'''
 +
* Full name: '''Video Display Adapter'''
  
 
=== VST ===
 
=== VST ===
[[XnView]] is capable of reading and writing VST files. It seems that they have a 36(?)-byte header, with the signature "{{magic|IGCH}}" at offset 20.
+
* File extension: '''.vst'''
 +
* Full name: '''TrueVista''' or '''Truevision Vista'''
 +
 
 +
[[XnView]] can read and write VST format. The format XnView supports seems to have more differences from TGA than are mentioned in the TGA 2.0 specification. There is an extra 18-byte header or ID field after the main header, with the signature "{{magic|IGCH}}" at file offset 20.
 +
 
 +
=== PIX, BPX ===
 +
* File extensions: '''.pix''', '''.bpx'''
 +
 
 +
Refer to [[Lumena PIX/BPX]].
 +
 
 +
=== IVB ===
 +
* File extension: '''.ivb'''
 +
 
 +
No details known. IVB is a file extension or variant format that [[XnView]] claims to support.
  
 
== Identification ==
 
== Identification ==
TGA files have no signature at the beginning of the file. They can be identified fairly reliably by testing whether the first 18 bytes have valid values for TGA format, but that is nontrivial.
+
TGA files have no signature at the beginning of the file. They can be identified fairly reliably by testing whether the first 18 bytes have sensible values for TGA format, but that is nontrivial.
  
Some, but not all, TGA files have a signature at the ''end'' of the file. In that case, the last 18 bytes of the file are the ASCII characters "<code>TRUEVISION-XFILE.</code>", followed by a NUL byte (<code>0x00</code>).
+
Some, but not all, TGA files have a signature at the ''end'' of the file. In that case, the last 18 bytes of the file are the ASCII characters "<code>TRUEVISION-XFILE.</code>", followed by a NUL byte (<code>0x00</code>). An example of a file ending in <code>TRUEVISION-XFILE.[0x00]</code> is seen at telparia.com/fileFormatSamples/image/tga/ (linked below in &sect;Sample files) > https://telparia.com/fileFormatSamples/image/tga/test.tga.
  
 
== Versions ==
 
== Versions ==
Line 46: Line 63:
  
 
== Software ==
 
== Software ==
TGA is widely supported. Software listed here has been arbitrarily selected.
+
TGA is widely supported. Software listed here has been semi-arbitrarily selected.
 
* [[Netpbm]]: pamtotga, tgatoppm  
 
* [[Netpbm]]: pamtotga, tgatoppm  
 
* [[ImageMagick]]
 
* [[ImageMagick]]
 +
* [[FFmpeg]]
 +
* [[XnView]]
 
* [http://tgalib.sourceforge.net/ Libtga]
 
* [http://tgalib.sourceforge.net/ Libtga]
 +
* {{Deark}}
 +
* [http://snisurset.net/code/abydos/ abydos]
 +
* [[GIMP]]
  
 
== Sample files ==
 
== Sample files ==
 
* http://www.fileformat.info/format/tga/sample/index.htm
 
* http://www.fileformat.info/format/tga/sample/index.htm
* http://samples.libav.org/image-samples/TGA/
+
* https://samples.libav.org/image-samples/TGA/
 
* http://links.uwaterloo.ca/Repository/TGA/
 
* http://links.uwaterloo.ca/Repository/TGA/
* http://www.virtualservidores.com/cstrike/gfx/env/
+
* http://downloads.oldschoolbg.com/cstrike/gfx/env/
* [http://code.google.com/p/tombexcavator/source/browse/#svn%2Ftrunk%2Fdata%2FTGA tombexcavator samples]
+
* https://github.com/timfel/tombexcavator/tree/master/data/TGA
 +
* https://telparia.com/fileFormatSamples/image/tga/
  
 
== Links ==
 
== Links ==

Revision as of 20:33, 21 December 2020

File Format
Name TGA
Ontology
Extension(s) .tga, .icb, .vda, .vst
LoCFDD fdd000179, fdd000180
PRONOM x-fmt/367, fmt/402
Wikidata ID Q1063976
Released 1984

TGA (Targa) is a 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).

Most TGA files are quite simple, but the format has the potential to be fairly complex.

TGA images are either uncompressed, or compressed with run-length encoding.

Contents

Format details

Files begin with an 18-byte fixed header, sometimes followed by other segments, followed by the pixel data. After the pixel data, there may be additional data elements referred to by an optional 26-byte file footer.

Variant formats

Some Truevision products used their own variant or subset of TGA: ICB, VDA, or VST. Those and other TGA variants are listed here.

ICB

  • File extension: .icb
  • Full name: Image Capture Board

VDA

  • File extension: .vda
  • Full name: Video Display Adapter

VST

  • File extension: .vst
  • Full name: TrueVista or Truevision Vista

XnView can read and write VST format. The format XnView supports seems to have more differences from TGA than are mentioned in the TGA 2.0 specification. There is an extra 18-byte header or ID field after the main header, with the signature "IGCH" at file offset 20.

PIX, BPX

  • File extensions: .pix, .bpx

Refer to Lumena PIX/BPX.

IVB

  • File extension: .ivb

No details known. IVB is a file extension or variant format that XnView claims to support.

Identification

TGA files have no signature at the beginning of the file. They can be identified fairly reliably by testing whether the first 18 bytes have sensible values for TGA format, but that is nontrivial.

Some, but not all, TGA files have a signature at the end of the file. In that case, the last 18 bytes of the file are the ASCII characters "TRUEVISION-XFILE.", followed by a NUL byte (0x00). An example of a file ending in TRUEVISION-XFILE.[0x00] is seen at telparia.com/fileFormatSamples/image/tga/ (linked below in §Sample files) > https://telparia.com/fileFormatSamples/image/tga/test.tga.

Versions

The first TGA format is now known as Original TGA Format, or (informally) TGA Version 1. It is characterized by the lack of a New TGA Format signature.

New TGA Format, or TGA Version 2.0, was released in 1989. It is characterized by a footer with a "TRUEVISION-XFILE" signature. It adds an optional "Extension Area" segment, with many standard metadata fields.

It also adds an optional "Developer Area" segment, which supports arbitrary custom data. A custom data item is tagged with a 16-bit integer identifier, similar to a TIFF tag. There does not appear to be any published list of TGA tags, though tag 20 seems to be used for Photoshop Image Resources.

Specifications

Software

TGA is widely supported. Software listed here has been semi-arbitrarily selected.

Sample files

Links

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox