CUR vs JXL Format Comparison
image/x-win-cursor
image/jxl
A complete technical comparison of Windows Cursor and JPEG XL — covering compression, feature support, browser compatibility, magic bytes, and when to choose each format.
Feature Support
| Feature | CUR | JXL |
|---|---|---|
| Transparency (Alpha) | Yes | Yes |
| Animation Support | ✕ No | Yes |
| Progressive Loading | ✕ No | Yes |
| HDR Support | ✕ No | Yes |
| EXIF Metadata | ✕ No | Yes |
| ICC Color Profile | ✕ No | Yes |
image/x-win-cursor
.cur
None (DIB / BMP)Deflate (If PNG embedded)
image/jxl
.jxl
VarDCT (Variable block-size DCT)Modular (Predictive coding for lossless)
Browser Support Comparison
| Browser | CUR | JXL |
|---|---|---|
|
|
✓ 1
|
✕ |
|
|
✓ 1
|
✕ |
|
|
✓ 1.2
|
✓ 17+
|
|
|
✓ 12
|
✕ |
|
|
✓
|
✕ |
CUR Strengths
- Natively supported by Windows for desktop cursor customization
- Widely supported by modern web browsers for custom CSS cursors
- Supports an exact hotspot coordinate, which standard image formats like PNG and JPEG lack
- Legacy format that is being gradually replaced by SVG and PNG for web implementations
- Does not support animation (animated cursors use the distinct .ani format)
- The MIME type is highly fragmented across systems (e.g., image/cursor, image/x-win-cursor, application/x-cursor)
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)
- 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
When to choose which format
- Operating System Custom Cursors
- Custom Web Browser Mouse Pointers (via CSS)
- Desktop Application UI
- High-End Web Delivery (via Safari/Polyfills)
- HDR Photography
- Legacy JPEG Archiving
- Digital Art & Image Storage
Convert & Edit Online
Free online web tools for CUR and JXL files.
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.