id, title, category, status, canonical_id, aliases, duplicate_of, source_trust_level, confidence_score, verification_status, tags, raw_sources, last_reinforced, github_commit, tech_stack
id
title
category
status
canonical_id
aliases
duplicate_of
source_trust_level
confidence_score
verification_status
tags
raw_sources
last_reinforced
github_commit
tech_stack
wiki-2026-0508-jpeg-xl
JPEG XL
10_Wiki/Topics
verified
self
none
A
0.9
applied
image-format
compression
web-performance
codec
2026-05-10
pending
language
framework
C++
libjxl
JPEG XL
매 한 줄
"매 royalty-free 차세대 image codec — 매 lossless JPEG transcoding + better-than-AVIF lossy" . 매 ISO/IEC 18181 — 매 Cloudinary/Google이 design — 매 Safari 17+ 가 매 native 지원 — 매 2026 점진적 mainstream — 매 JPEG의 정신적 후계자.
매 핵심
매 차별점
lossless JPEG re-compress : 매 기존 JPEG 의 평균 20% 매 추가 절감, 매 100% 매 reversible.
wide gamut + HDR : 매 BT.2100, PQ/HLG, alpha, animation.
progressive decode : 매 stream-as-you-go.
CPU efficient : 매 AVIF 보다 encode 매 빠름.
매 brower support (2026)
Safari 17+: native.
Chrome: behind flag — 매 unflag 검토 중.
Firefox: nightly flag.
매 polyfill: jxl.js (WASM).
매 응용
매 photography archive 의 size 의 줄임.
매 CDN의 multi-format negotiation (jxl > avif > webp > jpeg).
매 raw → web pipeline의 매 single-format 통일.
💻 패턴
매 cjxl encode
매 djxl decode
매 sharp (Node.js)
매 HTTP content negotiation
매 picture element
매 polyfill (WASM)
매 batch transcode
매 quality tuning
매 결정 기준
상황
Approach
매 archival JPEG
매 lossless JXL transcode
매 web photo modern
매 JXL + AVIF fallback
매 universal 호환
매 JPEG/WebP 의 유지
매 HDR/wide gamut
매 JXL or AVIF
기본값 : 매 archival lossless transcode + web 의 multi-format negotiation.
🔗 Graph
🤖 LLM 활용
언제 : 매 archive 매 size 의 reduce 매 reversible 요구.
언제 X : 매 universal browser support 가 hard requirement.
❌ 안티패턴
JPEG → JXL → JPEG quality 매 lossy : 매 --lossless_jpeg=1 의 잊음.
only JXL serve : 매 Chrome user 매 broken image.
--effort 9 매 production encode : 매 CPU 의 30x.
🧪 검증 / 중복
Verified (libjxl 0.10+, ISO/IEC 18181, Safari 17+).
신뢰도 A.
🕓 Changelog
날짜
변경
2026-05-08
Phase 1
2026-05-10
Manual cleanup — JPEG XL 인코딩/디코딩/HTTP negotiation 정리