Free webp to jpg
Image MIME Reference
JXL

JPEG XL

image/jxl
VS

RealNetworks RealPix

image/vnd.rn-realpix
RealPix

A complete technical comparison of JPEG XL and RealNetworks RealPix — covering compression, feature support, browser compatibility, magic bytes, and when to choose each format.

JXL wins on browser support

Feature Support

Feature JXL RealPix
Transparency (Alpha) Yes Yes
Animation Support Yes Yes
Progressive Loading Yes Yes
HDR Support Yes ✕ No
EXIF Metadata Yes ✕ No
ICC Color Profile Yes ✕ No
JPEG XL
image/jxl
Extension
.jxl
Container ISOBMFF / JPEG XL Codestream
Compression Lossy (VarDCT) / Lossless (Modular)
Algorithm
VarDCT (Variable block-size DCT)Modular (Predictive coding for lossless)
Color Depth 8-bit, 10-bit, 12-bit, 16-bit, 32-bit (Float)
Developed by Joint Photographic Experts Group (JPEG)
Released 2021
Magic Bytes
FF 0A (Codestream) / 00 00 00 0C 4A 58 4C 20 0D 0A 87 0A (Container)
Full JXL reference →
RealNetworks RealPix
image/vnd.rn-realpix
Extension
.rp
Container IMFL (XML Markup)
Compression Uncompressed (Plain Text Markup)
Algorithm
None (Plain Text)
Color Depth Dependent on referenced images
Developed by RealNetworks
Released 1998
Magic Bytes
3C 69 6D 66 6C
Full RealPix reference →

Browser Support Comparison

Browser JXL RealPix
Chrome Chrome
Firefox Firefox
Safari Safari
✓ 17+
Edge Edge
IE IE (Legacy)
JXL

JXL Strengths

  • Capable of losslessly recompressing legacy JPEG files, saving ~20% space while retaining perfect byte-for-byte restorability
  • Highly superior progressive decoding (Saliency-driven), allowing recognizable images to load extremely fast on slow connections
  • Outperforms WebP and competes favorably with AVIF, especially at high-fidelity settings and for complex textures/photography
  • Royalty-free with an open-source reference implementation (libjxl)
Limitations
  • Google's removal of JXL support from Chrome severely hindered its adoption as a universal web standard
  • Lack of hardware decoding chips compared to video-derived codecs like AVIF (AV1)
  • File parsing logic is complex due to the split between raw codestreams and ISOBMFF containers
RealPix

RealPix Strengths

  • Allowed for 'Ken Burns'-style animated slideshows at a fraction of the bandwidth required for actual video, crucial for 1990s dial-up connections
  • Plain text XML architecture made it easy for developers and hobbyists to hand-code complex multimedia presentations
  • Perfectly synchronized with RealAudio streams using SMIL-like timing parameters
Limitations
  • Completely obsolete and heavily reliant on the proprietary, defunct RealPlayer browser plugin
  • Not a true image format, causing confusion when handled by standard image processing libraries which expect binary pixel data
  • Lacks modern CSS or HTML5 canvas equivalents without completely rewriting the presentation logic

When to choose which format

JXL
Use JXL when…
  • High-End Web Delivery (via Safari/Polyfills)
  • HDR Photography
  • Legacy JPEG Archiving
  • Digital Art & Image Storage
RealPix
Use RealPix when…
  • Historical Dial-up Streaming Presentations
  • RealPlayer Slideshows
  • Bandwidth-efficient 'Video' Alternatives (late 1990s)
Share this comparison