Skip to content
Novus Examples
tga192 KB

TGA — Truevision Test Image

A 256×256 fruit still-life image saved as uncompressed Truevision TGA — a format common in games and 3D texturing. For testing TGA decoders and conversion to modern formats.

Rendered preview of TGA — Truevision Test Image

Rendered preview of the tga file (192 KB). Download above for the original.

Specifications

Format
TGA (Truevision)
Width
256
Height
256
Mode
RGB
Compression
none

What is a .tga file?

TGA (Truevision Targa) is a raster format supporting 8- to 32-bit pixels with optional run-length encoding and an alpha channel. Long used in video, gaming, and 3D texturing, it stores simple uncompressed or RLE-compressed image data. It remains common as a texture and intermediate format.

How to use this file

Use an example TGA to test texture loaders in game and 3D pipelines, RLE decompression, and converters that read Targa alpha and orientation flags.

Generated by generation/images_formats2.py. Free for any use, no attribution required — license.