Free webp to jpg
Image MIME Reference
DECE-Graphic

Digital Entertainment Content Ecosystem (DECE) Graphic

image/vnd.dece.graphic
VS

Truevision TGA (Legacy MIME Alias)

image/x-tga
TGA

A complete technical comparison of Digital Entertainment Content Ecosystem (DECE) Graphic and Truevision TGA (Legacy MIME Alias) — covering compression, feature support, browser compatibility, magic bytes, and when to choose each format.

Equal browser support

Feature Support

Feature DECE-Graphic TGA
Transparency (Alpha) Yes Yes
Animation Support ✕ No ✕ No
Progressive Loading ✕ No ✕ No
HDR Support ✕ No ✕ No
EXIF Metadata ✕ No ✕ No
ICC Color Profile ✕ No ✕ No
Digital Entertainment Content Ecosystem (DECE) Graphic
image/vnd.dece.graphic
Extension
.jpg.png.uvi
Container Standard JPEG/PNG within DECE CFF structures
Compression Lossy (JPEG) / Lossless (PNG)
Algorithm
DCT (JPEG)DEFLATE (PNG)
Color Depth 8-bit (RGB), 24-bit (RGB)
Developed by Digital Entertainment Content Ecosystem (DECE) LLC
Released 2011
Magic Bytes
FF D8 FF (If JPEG) / 89 50 4E 47 (If PNG)
Full DECE-Graphic 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 DECE-Graphic TGA
Chrome Chrome
Firefox Firefox
Safari Safari
Edge Edge
IE IE (Legacy)
DECE-Graphic

DECE-Graphic Strengths

  • Allowed the UltraViolet DRM ecosystem to easily distinguish structural UI/cover graphic assets from actual encrypted video tracks in a Common File Format container
Limitations
  • Completely obsolete since the 2019 shutdown of UltraViolet
  • Unnecessary abstraction, as the underlying files were just standard JPEGs or PNGs
  • Causes modern strict MIME-type validators to fail if they rely on the Content-Type header
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

DECE-Graphic
Use DECE-Graphic when…
  • UltraViolet Movie Cover Art
  • Common File Format (CFF) Asset Manifests
  • Legacy DRM Ecosystems
TGA
Use TGA when…
  • Video Game 3D Textures and Materials
  • 3D Rendering and Animation Sequences
  • Legacy Video Production Workflows
Share this comparison