What is JPEG XL?
JPEG XL was developed by the JPEG Committee (Joint Photographic Experts Group) and standardized as ISO/IEC 18181 in 2022. The format is a collaboration between two codecs: Pik (from Google) and FLIF (Free Lossless Image Format, from the open-source community). Key technical features: Lossy compression: significantly better than JPEG at equivalent quality (60% smaller for photos). Lossless compression: 15-20% better than PNG; better than lossless WebP. JPEG recompression: existing JPEG files can be transcoded to JXL with zero quality loss but 20-22% smaller file size. This is reversible — the original JPEG can be perfectly reconstructed. Progressive decoding: JXL streams progressively, showing a rough preview that improves as more data downloads — useful for web delivery. Animation support. 32-bit floating point support (useful for HDR, scientific imaging). Up to 4096 channels (for scientific and medical imaging). Arbitrary bit depth (1 to 32 bits per channel). Royalty-free — all patents have been pledged free by contributors. Encoder: libjxl (open source, fast C++ implementation). Despite these advantages, browser support has been contentious: Chrome added JXL support in Chrome 91 (behind a flag), then removed it in Chrome 110 (late 2022) citing 'insufficient interest', then faced pushback from the web community. Firefox supports JXL behind a flag. Safari supports JXL since Safari 17 (2023).
JPEG XL pros and cons
Advantages
- Better compression than JPEG, PNG, WebP, and AVIF for most content
- Lossless JPEG recompression — smaller JPEGs with zero quality loss
- Progressive decoding for fast web delivery
- Royalty-free and open standard
- Exceptional feature set: 32-bit float, HDR, wide colour gamut
- Safari supports JXL (since Safari 17, 2023)
Limitations
- Chrome removed JXL support in 2022 — only re-added in later versions
- Firefox support is behind a flag
- Very limited encoder tools compared to WebP/AVIF
- No hardware decoding chips yet (unlike HEVC/AV1)
- Uncertain browser adoption trajectory
- CMS and image CDN support is minimal
When should you convert JPEG XL files?
Convert TO JXL for: archiving JPEG collections with zero quality loss and smaller files (using JPEG transcoding mode). Future-proofing image assets for when browser support matures. Scientific and medical imaging workflows where feature depth matters. Convert FROM JXL to JPG or WebP for web delivery until browser support stabilizes. Convert FROM JXL when sharing with tools or people that don't support the format.
Convert JPEG XL files
All FormatDrop conversions run entirely in your browser — no file upload, no server processing. Your files stay on your device.
JPEG XL FAQ
Why did Chrome drop JPEG XL support?
Is JPEG XL better than AVIF?
Can I use JPEG XL today?
More formats