TGA (Targa)
Also known as: .tga file, Targa image, Truevision TGA
TGA (Targa) is a legacy raster image format that supports an alpha channel for transparency. Once common for graphics and game textures, it stores images with little or no compression, so files are large compared to PNG or modern formats.
- Legacy raster format from early graphics hardware
- Supports transparency via an alpha channel
- Large files; PNG is the smaller modern replacement
What TGA is
TGA, short for Truevision Targa, dates to early graphics hardware and is still seen in 3D, game-texture, and video pipelines. It supports a full alpha channel, so it can store transparency alongside color.
Its compression is minimal — typically uncompressed or a simple run-length scheme — which keeps the format simple but makes files large for the resolution they hold.
TGA today
For most uses, PNG has replaced TGA: it also carries an alpha channel but compresses losslessly, producing much smaller files. Converting older TGA assets to PNG usually saves space with no visible quality change.
TGA is still kept in some legacy art and game asset libraries where tools expect it, but it is rarely the right choice for new images you want to store or share.