JPEG XR (Extended Range) MIME Type Reference
image/jxr
Released 2006
· by Microsoft
JPEG XR (formerly HD Photo and Windows Media Photo) is an image compression standard developed by Microsoft. It offers better compression than standard JPEG, supports both lossless and lossy compression, and features native support for high dynamic range (HDR), deep color, and transparency.
Technical Specifications
.hdp.jxr.wdp
Lapped Biorthogonal Transform (LBT)
image/vnd.ms-photoimage/x-ms-bmpimage/x-ms-photo
Magic Bytes & HTTP Headers
II¼.
Browser Support Matrix
| Browser | Status | Min Version |
|---|---|---|
|
|
Not Supported | — |
|
|
Not Supported | — |
|
|
Not Supported | — |
|
|
Not Supported | — |
|
|
Supported | Legacy |
Advantages & Limitations
- Provides approximately half the file size of standard JPEG at equivalent visual quality
- Extensive support for high dynamic range (HDR) and deep color (up to 32-bit floating point per channel)
- Native support for alpha channel transparency and lossless compression modes
- Failed to gain cross-platform traction and is entirely unsupported in modern web browsers
- Effectively obsolete and superseded by modern, cross-platform formats like WebP, AVIF, and HEIC
- Encoding and decoding complexity is higher than standard JPEG
Developer Code Snippets
File Detection Steps
How to programmatically detect a image/jxr
file by reading its raw bytes:
- 1 Check the first 4 bytes for the magic signature 49 49 BC 01
Software Support
Free Online Tools for JPEG-XR
Resize, scale, crop, and modify dimensions for any photo or graphic.
Clean EXIF, camera, lens, and location tags from your photos.
Convert modern web images to universal high-compatibility JPG.
Reduce image file sizes for faster web performance.
JPEG-XR Format Comparisons
Share & Embed
[](https://freewebptojpg.com/mime/image/jpeg-xr)
<iframe src="https://freewebptojpg.com/mime/image/jpeg-xr/embed" width="100%" height="280" style="border:1px solid #cbd5e1;border-radius:8px;" title="JPEG-XR Specs"></iframe>
JSON API
All data on this page is available as a free, open JSON API. Use it in your project, documentation, or tooling.
GET https://freewebptojpg.com/mime/image/jpeg-xr.json
Open JSON
Frequently Asked Questions
What is the difference between JPEG and JPEG XR?
JPEG XR is a more advanced, newer format developed by Microsoft that supports 16-bit and 32-bit color depths, alpha channels (transparency), and mathematically lossless compression, all of which standard JPEG lacks.
What is the magic byte for a JPEG XR file?
JPEG XR files use a TIFF-like directory structure and always begin with the byte sequence 49 49 BC 01 (hex), which roughly translates to 'II¼.' in ASCII.
Do modern web browsers support JPEG XR?
No. Native support for JPEG XR was strictly limited to Microsoft's Internet Explorer (IE9+) and legacy Edge (EdgeHTML). Modern Chromium-based Edge, Chrome, Safari, and Firefox do not support it, making it obsolete for web delivery.