Free webp to jpg
Image MIME Reference
AVIF

AV1 Image File Format

image/avif
VS

Truevision TGA (Legacy MIME Alias)

image/x-tga
TGA

A complete technical comparison of AV1 Image File Format and Truevision TGA (Legacy MIME Alias) — covering compression, feature support, browser compatibility, magic bytes, and when to choose each format.

AVIF wins on browser support

Feature Support

Feature AVIF TGA
Transparency (Alpha) Yes Yes
Animation Support Yes ✕ No
Progressive Loading ✕ No ✕ No
HDR Support Yes ✕ No
EXIF Metadata Yes ✕ No
ICC Color Profile Yes ✕ No
AV1 Image File Format
image/avif
Extension
.avif
Container HEIF / ISOBMFF
Compression AV1 Lossy / AV1 Lossless
Algorithm
AV1
Color Depth 8-bit, 10-bit, 12-bit
Developed by Alliance for Open Media (AOMedia)
Released 2019
Magic Bytes
XX XX XX XX 66 74 79 70 61 76 69 66
Full AVIF reference →
Truevision TGA (Legacy MIME Alias)
image/x-tga
Extension
.tga.icb.vda.vst
Container Truevision TGA Footer/Header
Compression Uncompressed / Run-Length Encoding (RLE)
Algorithm
NoneRLE
Color Depth 8-bit (Grayscale or Indexed), 16-bit (High Color), 24-bit (True Color), 32-bit (True Color with Alpha Channel)
Developed by Truevision Inc.
Released 1984
Magic Bytes
54 52 55 45 56 49 53 49 4F 4E 2D 58 46 49 4C 45 2E 00 (At the end of the file)
Full TGA reference →

Browser Support Comparison

Browser AVIF TGA
Chrome Chrome
✓ 85+
Firefox Firefox
✓ 93+
Safari Safari
✓ 16+
Edge Edge
✓ 121+
IE IE (Legacy)
AVIF

AVIF Strengths

  • Best-in-class compression — typically 20–50% smaller than WebP at equivalent quality
  • Native HDR and wide color gamut (BT.2020) support
  • Supports 8, 10, and 12-bit color depth
Limitations
  • Encoding is highly CPU-intensive — significantly slower than JPEG or WebP
  • Requires Edge 121+ (not supported in earlier Edge versions)
  • Limited support in native desktop image viewers
TGA

TGA Strengths

  • Incredibly simple byte layout allows developers to write custom loaders and exporters in a few dozen lines of code, bypassing the need for heavy external libraries
  • Native support for 8-bit alpha channels ensures flawless transparency masking for real-time 3D rendering
  • Fast, predictable RLE decoding requires almost no CPU overhead compared to DEFLATE (PNG) or DCT (JPEG)
Limitations
  • RLE compression is relatively weak by modern standards, resulting in large file sizes
  • Lacks a standard magic byte header at the beginning of the file, making file-sniffing unreliable for older v1.0 files
  • Zero support in web browsers; must be converted to PNG or WebP for web delivery

When to choose which format

AVIF
Use AVIF when…
  • Next-Gen Websites
  • HDR Photography
  • High-Quality Web Images
TGA
Use TGA when…
  • Video Game 3D Textures and Materials
  • 3D Rendering and Animation Sequences
  • Legacy Video Production Workflows
Share this comparison