Image MIME Reference
JPEG-2000
JPEG 2000 Core Image File
image/jp2
VS
JPEG XR (HD Photo)
image/vnd.ms-photo
JPEG-XR
A complete technical comparison of JPEG 2000 Core Image File and JPEG XR (HD Photo) — covering compression, feature support, browser compatibility, magic bytes, and when to choose each format.
JPEG-2000 wins on browser support
Feature Support
| Feature | JPEG-2000 | JPEG-XR |
|---|---|---|
| Transparency (Alpha) | Yes | Yes |
| Animation Support | ✕ No | ✕ No |
| Progressive Loading | Yes | Yes |
| HDR Support | Yes | Yes |
| EXIF Metadata | Yes | Yes |
| ICC Color Profile | Yes | Yes |
JPEG 2000 Core Image File
image/jp2
Extension
.jp2.j2k.jpf.jpx.jpm
Container
JP2 (ISO/IEC 15444-1)
Compression
Lossy / Lossless
Algorithm
Discrete Wavelet Transform (DWT)
Color Depth
8-bit, 16-bit, 32-bit, 38-bit
Developed by
Joint Photographic Experts Group
Released
2000
Magic Bytes
00 00 00 0C 6A 50 20 20 0D 0A 87 0A
JPEG XR (HD Photo)
image/vnd.ms-photo
Extension
.jxr.wdp.hdp
Container
TIFF-like Image File Directory (IFD)
Compression
Lossy (Lapped Bi-orthogonal Transform) / Lossless
Algorithm
Lapped Bi-orthogonal Transform (LBT)
Color Depth
8-bit (Grayscale, RGB, CMYK), 16-bit, 32-bit Floating Point (HDR)
Developed by
Microsoft Corporation (later Joint Photographic Experts Group)
Released
2006
Magic Bytes
49 49 BC 01
Browser Support Comparison
| Browser | JPEG-2000 | JPEG-XR |
|---|---|---|
|
|
✕ | ✕ |
|
|
✕ | ✕ |
|
|
✓ 5+
|
✕ |
|
|
✕ | ✕ |
|
|
✕ |
✓
|
JPEG-2000
JPEG-2000 Strengths
- Superior compression efficiency over baseline JPEG without introducing blocking artifacts
- True mathematically lossless compression available in the same format
- Extremely scalable: a single file can be decoded at various resolutions (thumbnails to full size) without loading the entire file
Limitations
- Very poor native web browser support prevents it from being a web standard
- High computational complexity makes encoding and decoding significantly slower than JPEG
- Early patent concerns and complex licensing hindered its initial adoption rate
JPEG-XR
JPEG-XR Strengths
- Excellent support for 16-bit and 32-bit floating-point HDR images without massive file size bloat
- Native support for alpha transparency, which standard JPEG fundamentally lacks
- Computational complexity for decoding/encoding is relatively low, making it hardware-friendly
Limitations
- Suffered a complete failure of adoption in the web browser market outside of Microsoft's ecosystem
- Fully superseded by modern, open formats like WebP, AVIF, and JPEG XL which offer better compression and universal browser support
- Multiple file extensions (.wdp, .hdp, .jxr) and MIME types cause confusion and parsing fragmentation
When to choose which format
JPEG-2000
Use JPEG-2000 when…
- Digital Cinema (DCP)
- Medical Imaging (DICOM)
- Geospatial Data
- Archival Preservation
JPEG-XR
Use JPEG-XR when…
- Legacy Windows Desktop Backgrounds
- XPS (XML Paper Specification) Documents
- Early High Dynamic Range (HDR) Photography
- DirectX Textures