Free webp to jpg
Image MIME Reference
DECE-Graphic

Digital Entertainment Content Ecosystem (DECE) Graphic

image/vnd.dece.graphic
VS

JPEG XS Codestream

image/jxsc
JPEG-XS-Codestream

A complete technical comparison of Digital Entertainment Content Ecosystem (DECE) Graphic and JPEG XS Codestream — covering compression, feature support, browser compatibility, magic bytes, and when to choose each format.

Equal browser support

Feature Support

Feature DECE-Graphic JPEG-XS-Codestream
Transparency (Alpha) Yes Yes
Animation Support ✕ No ✕ No
Progressive Loading ✕ No ✕ No
HDR Support ✕ No Yes
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 →
JPEG XS Codestream
image/jxsc
Extension
.jxsc.jxs
Container None (Raw Codestream)
Compression Lossy (Visually Lossless) / Mathematically Lossless
Algorithm
JPEG XS (ISO/IEC 21122-1)
Color Depth 8-bit, 10-bit, 12-bit, 14-bit, 16-bit
Developed by Joint Photographic Experts Group (JPEG) / intoPIX
Released 2019
Magic Bytes
FF 10
Full JPEG-XS-Codestream reference →

Browser Support Comparison

Browser DECE-Graphic JPEG-XS-Codestream
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
JPEG-XS-Codestream

JPEG-XS-Codestream Strengths

  • Eliminates container overhead, maximizing parsing speed and minimizing latency to fractions of a millisecond
  • Highly optimized for direct hardware implementation in FPGAs and ASICs
  • Perfect for continuous data streaming over IP networks without needing to establish file headers
Limitations
  • Lacks standard container metadata (EXIF, XMP, ICC profiles), meaning color space and orientation data must be handled externally or out-of-band
  • Zero support in web browsers or standard consumer operating systems
  • Often requires specialized broadcast hardware or custom software libraries to decode

When to choose which format

DECE-Graphic
Use DECE-Graphic when…
  • UltraViolet Movie Cover Art
  • Common File Format (CFF) Asset Manifests
  • Legacy DRM Ecosystems
JPEG-XS-Codestream
Use JPEG-XS-Codestream when…
  • Hardware Decoding Pipelines (FPGA/ASIC)
  • Live Broadcast Infrastructure
  • Video over IP Transport
  • Embedded Camera Systems
Share this comparison