REVIEW 3 major objections 5 minor 2 cited by
The JPEG XL Image Coding System: History, Features, Coding Tools, Design Rationale, and Future
T0 review · 3 major / 5 minor · reviewed 2026-08-07 · deepseek-v4-flash
Pith's one-line read JPEG XL is a royalty-free, universal image codec designed to replace JPEG, PNG, GIF, WebP, AVIF, and HEIC, with roughly 50% smaller lossy files than JPEG and lossless JPEG recompression at about 20% savings.
desk verdict A definitive technical reference for JPEG XL, but the 50% lossy savings claim sits in a benchmark section that is not auditable in the current version. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing mechanism is the codestream architecture that unifies two coding modes. VarDCT mode, for lossy photographic data, applies variable-size DCT blocks from 8-by-8 to 256-by-256, codes a 1:8 low-frequency image that doubles as a progressive preview, and uses adaptive quantization, chroma-from-luma prediction, and local restoration filters. Modular mode, for lossless data, auxiliary channels, and VarDCT control signals, uses reversible color transforms, palette and delta-palette transforms, the Squeeze transform (a nonlinear Haar-like decomposition), and meta-adaptive decision trees that choose a predictor and an entropy context for each sample. Both modes feed a single hybrid entropy coder that combines prefix coding, asymmetric numeral systems (ANS), and LZ77 dictionary matching, and the bitstream is organized into independently decodable groups. This superset design is what lets JPEG XL absorb the coding tools of JPEG, PNG, GIF, and WebP and add the small reconstruction-data payload that makes original JPEG files recoverable byte-for-byte.
What would settle it
Take a broad, independent corpus of JPEG files—including progressive, arithmetic-coded, and CMYK variants—transcode them with the reference implementation, and check both the fraction that reconstruct byte-for-byte with the reconstruction payload and the average size reduction; then run a blind pairwise visual-quality comparison against optimized JPEG, AVIF, WebP, and HEIC encoders at matched file sizes. If typical JPEGs fail to reconstruct or the visual-quality-at-size advantage is far below the claimed ~50%, the central claim is empirically false.
Extended reading notes
Core claim
On its own terms, the paper's central claim is that JPEG XL is the first image coding system that can serve as a universal interchange format: a superset of the functionality of JPEG, PNG, GIF, WebP, AVIF, HEIC, TIFF, and OpenEXR, with compression performance that is state-of-the-art in both lossless and lossy regimes. The decisive assertions are three: lossy files about 50% smaller than JPEG at matched visual quality across a broad quality range; lossless compression that improves on PNG for all content types; and lossless JPEG recompression with about 20% file-size reduction plus bit-exact recovery of the original JPEG. The paper presents this as a consequence of design choices—two coding modes (VarDCT and Modular), a perceptually motivated internal color space, a flexible progressive bitstream, and a superset of JPEG's coding tools—rather than as an incremental tweak to any one existing format.
Load-bearing premise
The headline numbers rest on a fair comparison: "state-of-the-art" means beating well-tuned competing encoders at matched visual quality, judged by perceptual metrics that are not tilted toward JPEG XL's own error distribution.
Editorial extensions
If this is right
- Existing JPEG archives can be migrated to JPEG XL at about 80% of their original size, with the original JPEG recoverable byte-for-byte, so no generation loss is introduced.
- A single format could cover authoring, storage, interchange, and web delivery for photographic and non-photographic raster images, removing the need to choose among JPEG, PNG, GIF, and WebP.
- Lossy photographic delivery would need roughly half the bandwidth of JPEG at matched visual quality, including high-dynamic-range and wide-gamut content.
- Lossless compression would improve on PNG for screenshots, pixel art, and other non-photographic images, while the mandatory progressive baseline in VarDCT mode would make previews and region-of-interest decoding standard features.
Reading between the lines
- The paper leaves implicit that, if the ~20% lossless JPEG recompression figure holds on real-world corpora, archives could store JPEG XL files plus reconstruction data and regenerate the original JPEGs on demand, making the format a transparent archival layer rather than a replacement.
- A testable extension beyond the paper's reported benchmarks is to stress the universality claim on pathological inputs—bi-level scans, huge flat-color regions, and high-bit-depth floating-point images—where the Modular palette and Squeeze transforms either shine or fail visibly.
- The same dual-mode architecture suggests a natural next experiment: measuring how far the Modular/VarDCT split can be pushed toward mixed document coding, where text-heavy regions use Modular's palettes and photographic regions use VarDCT, in a single bitstream.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper presents a comprehensive technical overview of the JPEG XL image coding system, covering its history, architecture, file format, color spaces (including XYB), the Modular and VarDCT coding modes, entropy coding, and bitstream ordering. It is written as a companion to the ISO/IEC 18181 standard. The central claims are that JPEG XL provides state-of-the-art compression performance, cutting storage and bandwidth costs in half compared to JPEG for both lossy and lossless compression, and that it can losslessly recompress existing JPEG files with about 20% size reduction and bit-exact reconstruction. The text available for review ends at Section 6.4.1, so the compression-performance evidence (Section 10) is not included.
Significance. If the claims hold, JPEG XL would be a significant advance in image compression, and this paper would be the most complete open reference to the standard. The descriptive sections (1–9) are detailed, internally consistent, and agree with the public standard and libjxl behavior. The paper is commendably honest about implementation limitations, including the 24-bit integer precision cap in libjxl (Section 4.1.4), the intentional lack of lossless JPEG recompression for CMYK (Section 4.3.5), and the restriction to 2× chroma subsampling factors (Section 4.2.3). The main weakness is that the empirical claims that motivate the paper are not auditable from the text provided: Section 10 is absent, and the lossy quality metric is authored by the same team, so the central '50% saving' claim needs a transparent benchmark to be convincing.
major comments (3)
- [TL;DR; Section 10] The TL;DR (p. 2) and the 'compression' bullet list state that JPEG XL 'cut[s] storage and bandwidth costs in half compared to JPEG' and that lossless JPEG recompression reduces file sizes 'by about 20%.' These are empirical claims that require a benchmark protocol. The text provided for review ends at Section 6.4.1 (Quantization tables), and Section 10 (Compression performance), although listed in the contents, is not present. As a result, the reader cannot audit the corpus, the encoder versions and settings, the quality-matching procedure, or the metrics underlying the headline numbers. Please include the full Section 10 in the version sent to reviewers, with a specification of the image corpus, the exact encoder configurations (e.g., libjxl effort level, libjpeg-turbo quality, AVIF/WebP/HEIC settings), and the quality-matching method; if the numbers are instead drawn from published third-party evaluations, cite them explicitly.
- [§1.1.12, §4.2.1] Butteraugli and the XYB color space are described in Sections 1.1.12 and 4.2.1 as having been designed by the authors themselves. The lossy '50% saving' claim is likely to be evaluated with Butteraugli (or a metric strongly correlated with it), and XYB is the internal color space that Butteraugli was designed to judge. If the quality levels of competing codecs in Section 10 are matched using Butteraugli, the comparison is not neutral: it may favor JPEG XL's error distribution over that of JPEG, AVIF, WebP, or HEIC. The paper should explicitly state which metric(s) govern the quality matching in Section 10, and ideally report the main comparison also under an independent metric (e.g., SSIM, VMAF, or a formal subjective test). This is not an accusation of bias; it is a request for the methodological transparency needed to make the lossy claim falsifiable.
- [§1.1.7, §5] The lossless compression claim ('substantial lossless compression improvements over PNG regardless of the type of image content', Section 1.1.7; 'saving about 50%, both for lossy and lossless', TL;DR) is also a comparative claim. The lossless case is a file-size fact and inherently less metric-dependent, but the claim's scope ('regardless of the type of image content') still requires a defined corpus covering photographic, synthetic, and mixed content. The Modular-mode description in Section 5 is detailed and plausible, but without the Section 10 data the universality of the lossless improvement cannot be verified.
minor comments (5)
- [§1.1.3] In the discussion of the de facto JPEG format, the phrase 'ade factostandard' appears without spaces; it should read 'a de facto standard.'
- [§1.1.4] PNG is officially 'Portable Network Graphics' (plural); the text reads 'Portable Network Graphic.'
- [§2.4.6] In Section 2.4.6, the level limits are given as '228 (268 megapixels)' and '240 pixels (1099 gigapixels)'; the superscripts are lost in the extraction and should read 2^28 and 2^40.
- [Figure 24] In the property list of Figure 24, property index 23 appears twice (once as PrevChannelErr and once as |Prev3Channel|); the enumeration should be renumbered.
- [§1.2.1] The phrase 'Draft Call for Proposals 1' contains a stray footnote marker '1' that is not defined; please remove or explain it.
Circularity Check
No circular derivation: the paper is a descriptive codec overview whose compression claims are empirical and not reduced by construction to the authors' own metric or color space.
full rationale
The reviewed text is a technical survey of JPEG XL and its coding tools, not a derivation chain whose outputs are defined by its inputs. The headline claims—lossless recompression saving about 20% and lossy compression cutting costs in half compared to JPEG—are empirical performance statements. The lossless recompression claim is tied to entropy-coding improvements over JPEG's Huffman coding, which is a concrete coding mechanism rather than a tautology. The lossy claim depends on Section 10, which is not present in the supplied text; without that benchmark protocol, the claim cannot be audited, but absence of evidence is not circularity. The paper does use Butteraugli, a metric designed by the same authors, and XYB, their own color space, as design and evaluation tools (e.g., 'Butteraugli, a psychovisual distortion metric developed in 2016 to facilitate the optimization of high-fidelity image encoders' and 'The XYB color space is derived from perceptual models [19] based on the absorbance spectra of the long (L), medium (M), and short (S) wavelength cone cells'). However, no equation or construction in the text makes a predicted file size equal to a fitted parameter or to a Butteraugli score. The metric and color space influence encoder decisions, but the resulting bitstream sizes are independently measurable facts. Self-citations to ISO/IEC 18181 and earlier overviews are contextual and not load-bearing for a derivation. A benchmark that uses the authors' own metric as the sole quality yardstick would be a methodology concern, but the paper does not, within the reviewed text, define its central claim in terms of that metric. Therefore no specific circular reduction can be exhibited, and the appropriate finding is no significant circularity.
Assumptions & free parameters
free parameters (5)
- XYB LMS matrix and bias b =
b = 0.00379307325527544933; matrix rows 0.3/0.622/0.078, 0.23/0.692/0.078, 0.2434227/0.2047674/0.5518099 (Eq. 1)
- Cube-root transfer exponent =
1/3 (Eq. 2)
- Default Gaborish filter weights =
0.115169525 and 0.061248592
- EPF default parameters =
sigma 0.46, sigma scales 6.5 and 2/3, channel scales 40.0/5.0/3.5
- Default X/Y/B quantization tables =
Figure 31 tables (relative per-component values)
assumptions (4)
- domain assumption S-cone contribution to perceived luminance is negligible at high spatial frequencies but substantial at large angular scales
- domain assumption Perceptual metrics (Butteraugli and comparable metrics) rank codec output the way human observers would
- domain assumption Foveal S-cone density is low enough to justify down-weighting B-contrast at high frequencies
- standard math Standard mathematical tools (DCT, ANS, non-linear Haar/Squeeze) behave as documented
invented entities (2)
-
XYB color space
independent evidence
-
Butteraugli perceptual metric
independent evidence
Cite this review
Pith. "Pith review of The JPEG XL Image Coding System: History, Features, Coding Tools, Design Rationale, and Future." pith.science (2026). https://pith.science/paper/NGUXIPR4
@misc{pith2026250605987,
author = {Pith},
title = {Pith review of: The JPEG XL Image Coding System: History, Features, Coding Tools, Design Rationale, and Future},
year = {2026},
howpublished = {\url{https://pith.science/paper/NGUXIPR4}},
note = {Machine review of arXiv:2506.05987}
}
read the original abstract
JPEG XL is a new image coding system offering state-of-the-art compression performance, lossless JPEG recompression, and advanced features. It aims to replace JPEG, PNG, GIF, and other formats with a single universal codec. This article provides an overview of JPEG XL, including its history, design rationale, coding tools, and future potential. It can be used as a companion document to the standard (ISO/IEC 18181), or as a standalone article to better understand JPEG XL, either at a high level or in considerable technical detail.
Figures
Figures from the paper (55 more)
Forward citations
Cited by 2 Pith papers
-
JPEG AIC2026: A large-scale dataset for fine-grained assessment of image coding
AIC2026 is a large-scale benchmark of 9,618 fine-grained distorted images spanning 17 conventional and learned codec configurations across 20 CVVDP-based perceptual levels.
-
Proteus: A Truncation-Robust Entropy Model for Progressive LiDAR Compression
A LiDAR codec that keeps the most significant range bits in a self-contained stream and encodes the rest in a FIFO stream, making any prefix of the truncatable stream decode to a deterministically coarser point cloud.
Reference graph
Works this paper leans on
-
[1]
Digital Negative (DNG) specification version 1.7.1.0, September 2023
Adobe. Digital Negative (DNG) specification version 1.7.1.0, September 2023. https://helpx.adobe. com/camera-raw/digital-negative.html
work page 2023
-
[2]
Assessment of quality of JPEG XL proposals based on subjective methodologies and objective metrics
Pinar Akyazi and Touradj Ebrahimi. Assessment of quality of JPEG XL proposals based on subjective methodologies and objective metrics. InApplica- tions of Digital Image Processing XLII, volume 11137, pages 147–163. SPIE, 2019
work page 2019
-
[3]
Jyrki Alakuijala and Zolt ´an Sz- abadka
IETF RFC 7932. Jyrki Alakuijala and Zolt ´an Sz- abadka. Brotli compressed data format, 2016
work page 2016
-
[4]
Users prefer Guetzli JPEG over same-sized libjpeg
Jyrki Alakuijala, Robert Obryk, Zolt´an Szabadka, and Jan Wassenberg. Users prefer Guetzli JPEG over same- sized libjpeg.arXiv:1703.04416, 2017
work page Pith review arXiv 2017
-
[5]
JPEG XL next-generation image compression architecture and coding tools
Jyrki Alakuijala, Ruud Van Asseldonk, Sami Boukortt, Martin Bruse, Iulia-Maria Coms,a, Moritz Firsching, Thomas Fischbacher, Evgenii Kliuchnikov, Sebastian Gomez, Robert Obryk, et al. JPEG XL next-generation image compression architecture and coding tools. In Applications of digital image processing XLII, volume 11137, pages 112–124. SPIE, 2019
work page 2019
-
[6]
Apple’s secret upgrade to the iPhone 16 Pro yields incredible results, October 2024
Alex Armitage. Apple’s secret upgrade to the iPhone 16 Pro yields incredible results, October 2024. Fstoppers website
work page 2024
-
[7]
Image coding comparisons, Decem- ber 2022
A VIF team. Image coding comparisons, Decem- ber 2022. https://storage.googleapis.com/ avif-comparison/index.html
work page 2022
-
[8]
Nabajeet Barman, Maria G. Martini, and Yuriy Reznik. Bjøntegaard Delta (BD): A tutorial overview of the metric, evolution, challenges, and recommendations. arXiv:2401.04039, 2024
arXiv 2024
Show all 71 references
-
[9]
Benchmarking lossless still image codecs: Perspectives on selected compression stan- dards from 1992 through 2022
Michael J Bennett. Benchmarking lossless still image codecs: Perspectives on selected compression stan- dards from 1992 through 2022. InThe Society for Imaging Science and Technology Archiving 2023 Fi- nal Program and Proceedings, pages 165–171, 2023
1992
-
[10]
Sleator, Robert E
Jon Louis Bentley, Daniel D. Sleator, Robert E. Tarjan, and Victor K. Wei. A locally adaptive data compres- sion scheme.Commun. ACM, 29(4):320–330, 1986
1986
-
[11]
Users prefer Jpegli over same-sized libjpeg-turbo or MozJPEG.arXiv:2403.18589, 2024
Martin Bruse, Luca Versari, Zolt ´an Szabadka, and Jyrki Alakuijala. Users prefer Jpegli over same-sized libjpeg-turbo or MozJPEG.arXiv:2403.18589, 2024. The JPEG XL Image Coding System: History, Features, Coding Tools, Design Rationale, and Future — 72/73
2024 arXiv
-
[12]
CIPA DC- 008-Translation-2024 — exchangeable image file for- mat for digital still cameras : Exif version 3.0, 2024
Camera & Imaging Products Association. CIPA DC- 008-Translation-2024 — exchangeable image file for- mat for digital still cameras : Exif version 3.0, 2024
2024
-
[13]
A class of lo- cal interpolating splines
Edwin Catmull and Raphael Rom. A class of lo- cal interpolating splines. In Robert E. Barnhill and Richard F. Riesenfeld, editors,Computer Aided Geo- metric Design, pages 317–326. Academic Press, 1974
1974
-
[14]
An overview of coding tools in A V1: the first video codec from the Alliance for Open Media.APSIPA Transactions on Signal and Information Processing, 9, 2020
Yue Chen, Debargha Mukherjee, Jingning Han, Adrian Grange, Yaowu Xu, Sarah Parker, Cheng Chen, Hui Su, Urvang Joshi, et al. An overview of coding tools in A V1: the first video codec from the Alliance for Open Media.APSIPA Transactions on Signal and Information Processing, 9, 2020
2020
-
[15]
Improvement of JPEG XL lossy image coding us- ing region adaptive DCT block partitioning structure
Joonhyung Cho, Oh-Jin Kwon, and Seungcheol Choi. Improvement of JPEG XL lossy image coding us- ing region adaptive DCT block partitioning structure. IEEE Access, 9:113213–113225, 2021
2021
-
[16]
Asymmetric numeral systems: entropy coding combining speed of Huffman coding with com- pression rate of arithmetic coding.arXiv:1311.2540, 2014
Jarek Duda. Asymmetric numeral systems: entropy coding combining speed of Huffman coding with com- pression rate of arithmetic coding.arXiv:1311.2540, 2014
2014 arXiv
-
[17]
The JPEG XR image coding standard [stan- dards in a nutshell].IEEE Signal Processing Maga- zine, 26(6):195–204, 2009
Fr´ed´eric Dufaux, Gary J Sullivan, and Touradj Ebrahimi. The JPEG XR image coding standard [stan- dards in a nutshell].IEEE Signal Processing Maga- zine, 26(6):195–204, 2009
2009
-
[18]
Fairchild.The Color Curiosity Shop
Mark D. Fairchild.The Color Curiosity Shop. Rochester Institute of Technology, 2011
2011
-
[19]
Fairchild.Color Appearance Models
Mark D. Fairchild.Color Appearance Models. Wiley, 3rd edition, 2013
2013
-
[20]
Compression of spectral images using spectral JPEG XL.Journal of Computer Graphics Techniques (JCGT), 14(1):49–69, March 2025
Alban Fichet and Christoph Peters. Compression of spectral images using spectral JPEG XL.Journal of Computer Graphics Techniques (JCGT), 14(1):49–69, March 2025
2025
-
[21]
Open Source Geospatial Foundation, 2025.https://gdal.org
GDAL/OGR contributors.GDAL/OGR Geospatial Data Abstraction software Library. Open Source Geospatial Foundation, 2025.https://gdal.org
2025
-
[22]
Objective assessment of the WebP image coding algorithm.Signal processing: image commu- nication, 27(8):867–874, 2012
Giaime Ginesu, Maurizio Pintus, and Daniele D Giusto. Objective assessment of the WebP image coding algorithm.Signal processing: image commu- nication, 27(8):867–874, 2012
2012
-
[23]
Why Apple uses JPEG XL in the iPhone 16 and what it means for your photos, Septem- ber 2024
Jeremy Gray. Why Apple uses JPEG XL in the iPhone 16 and what it means for your photos, Septem- ber 2024. PetaPixel website
2024
-
[24]
Hannuksela, Jani Lainema, and Vinod K
Miska M. Hannuksela, Jani Lainema, and Vinod K. Malamal Vadakital. The High Efficiency Image File Format standard [Standards in a Nutshell].IEEE Sig- nal Processing Magazine, 32(4):150–156, 2015
2015
-
[25]
A method for the construction of minimum-redundancy codes.Proceedings of the Institute of Radio Engineers, 40(9):1098–1101, 1952
David A Huffman. A method for the construction of minimum-redundancy codes.Proceedings of the Institute of Radio Engineers, 40(9):1098–1101, 1952
1952
-
[26]
A colour- appearance transform for the CIE 1931 standard col- orimetric observer.Color Research & Application, 10(3):165–179, 1985
Robert WG Hunt and MR Pointer. A colour- appearance transform for the CIE 1931 standard col- orimetric observer.Color Research & Application, 10(3):165–179, 1985
1931
-
[27]
Graphic technology — Prepress digital data exchange — Tag image file format for image technology (TIFF/IT)
ISO 12639. Graphic technology — Prepress digital data exchange — Tag image file format for image technology (TIFF/IT)
-
[28]
Graphic technology — extensible meta- data platform (XMP)
ISO 16684-1. Graphic technology — extensible meta- data platform (XMP)
-
[29]
Information technology — JPEG XL image coding system — Part 1: Core coding system
ISO/IEC 18181-1. Information technology — JPEG XL image coding system — Part 1: Core coding system
-
[30]
Information technology — JPEG XL image coding system — Part 2: File for- mat
ISO/IEC 18181-2. Information technology — JPEG XL image coding system — Part 2: File for- mat
-
[31]
Information technology — JPEG systems — part 5: JPEG universal metadata box for- mat (JUMBF)
ISO/IEC 19566-5. Information technology — JPEG systems — part 5: JPEG universal metadata box for- mat (JUMBF)
-
[32]
Information technology — Assessment of image coding — Part 3: Subjective quality assessment of high-fidelity images
ISO/IEC DIS 29170-3. Information technology — Assessment of image coding — Part 3: Subjective quality assessment of high-fidelity images
-
[33]
JPEG white paper: JPEG XL image coding system
ISO/IEC JTC 1 / SC29 / WG1 N100400. JPEG white paper: JPEG XL image coding system. 98th JPEG meeting, Sydney, Australia, January
-
[34]
JPEG XL use cases and requirements
ISO/IEC JTC1 / SC29 / WG1 N83043. JPEG XL use cases and requirements. 83rd JPEG Meeting, Geneva, Switzerland, March 2019. https://ds. jpeg.org/documents/wg1n83043-REQ-JPEG_ XL_Use_Cases_and_Requirements.pdf
2019
-
[35]
Coding-independent code points for video signal type identification
ITU-T recommendation H.273. Coding-independent code points for video signal type identification
-
[36]
Lazzarotto, Shima Mohammad, Dominik Keller, Atanas Boev, Ant´onio Pinheiro, Thomas Richter, Alexander Raake, Touradj Ebrahimi, Jo˜ao Ascenso, and Dietmar Saupe
Mohsen Jenadeleh, Jon Sneyers, Davi N. Lazzarotto, Shima Mohammad, Dominik Keller, Atanas Boev, Ant´onio Pinheiro, Thomas Richter, Alexander Raake, Touradj Ebrahimi, Jo˜ao Ascenso, and Dietmar Saupe. Fine-grained HDR image quality assessment from no- ticeably distorted to very...
2025
-
[37]
C.-A. Laisant. Sur la num ´eration factorielle, ap- plication aux permutations.Bulletin de la Soci ´et´e Math´ematique de France, 16:176–183, 1888
-
[38]
MozJPEG 3.0
Kornel Lesi ´nski. MozJPEG 3.0. Web Per- formance Calendar, December 28th, 2014. https://calendar.perfplanet.com/2014/ mozjpeg-3-0/
2014
-
[39]
Ming Luo, Guihua Cui, and B. Rigg. The devel- opment of the CIE 2000 colour-difference formula: CIEDE2000.Color Research & Application, 26:340 – 350, 10 2001
2000
-
[40]
Maher.The Future Was Here: The Commodore Amiga
J. Maher.The Future Was Here: The Commodore Amiga. Platform Studies. MIT Press, 2018
2018
-
[41]
A comparative study on lossless compression mode in WebP, better portable graphics (BPG), and JPEG XL image compression algorithms
Thulfiqar H Mandeel, Muhammad Imran Ahmad, Noor Aldeen A Khalid, and Mohd Nazrin Md Isa. A comparative study on lossless compression mode in WebP, better portable graphics (BPG), and JPEG XL image compression algorithms. In8th Intl. Conf. on Comp. and Commun. Eng. (ICCCE). IEEE, 2021
2021
-
[42]
Rafał Mantiuk, Dounia Hammou, and Param Hanji. HDR-VDP-3: A multi-metric for predicting image differences, quality and contrast distortions in high The JPEG XL Image Coding System: History, Features, Coding Tools, Design Rationale, and Future — 73/73 dynamic range and regular ...
2023 arXiv
-
[43]
ColorVideoVDP: A visual difference predictor for image, video and dis- play distortions.ACM Trans
Rafał Mantiuk, Param Hanji, Maliha Ashraf, Yuta Asano, and Alexandre Chapiro. ColorVideoVDP: A visual difference predictor for image, video and dis- play distortions.ACM Trans. Graph., 43(4), July 2024. [44]Rafał Mantiuk, Kil Joong Kim, Allan G Rempel, and Wolfgang Heidrich. H...
2024
-
[45]
Marcellin, Michael J
Michael W. Marcellin, Michael J. Gormish, Ali Bilgin, and Martin P. Boliek. An overview of JPEG-2000. InProceedings DCC 2000. Data compression confer- ence, pages 523–541. IEEE, 2000
2000
-
[46]
Subjective image quality assessment with boosted triplet comparisons.IEEE Access, 9:138939– 138975, 2021
Hui Men, Hanhe Lin, Mohsen Jenadeleh, and Diet- mar Saupe. Subjective image quality assessment with boosted triplet comparisons.IEEE Access, 9:138939– 138975, 2021
2021
-
[47]
Addison-Wesley, 1999
John Miano.Compressed image file formats: JPEG, PNG, GIF, XBM, BMP. Addison-Wesley, 1999
1999
-
[48]
National Electrical Manufacturers Association, Rosslyn, V A, USA, 2024.http://www.dicomstandard.org/
NEMA PS3 / ISO 12052.Digital Imaging and Com- munications in Medicine (DICOM) Standard. National Electrical Manufacturers Association, Rosslyn, V A, USA, 2024.http://www.dicomstandard.org/
2024
-
[49]
Michael Niedermayer, Dave Rice, and J ´erˆome Martinez
IETF RFC 9043. Michael Niedermayer, Dave Rice, and J ´erˆome Martinez. FFV1 video coding format versions 0, 1, and 3, 2021
2021
-
[50]
Overview of TIFF 5.0
Charles A Poynton. Overview of TIFF 5.0. InIm- age Processing and Interchange: Implementation and Systems, volume 1659, pages 152–158. SPIE, 1992
1992
-
[51]
O’Reilly, 1999
Greg Roelofs.PNG: the definitive guide. O’Reilly, 1999
1999
-
[52]
Wiley, 2009
Peter Schelkens, Athanassios Skodras, and Touradj Ebrahimi, editors.The JPEG 2000 suite. Wiley, 2009
2000
-
[53]
Contemplating codec comparisons, De- cember 2022
Jon Sneyers. Contemplating codec comparisons, De- cember 2022. https://cloudinary.com/blog/ contemplating-codec-comparisons
2022
-
[54]
CID22: Large-scale subjective quality assessment for high fidelity image compression.TechRxiv, 2023
Jon Sneyers, Elad Ben Baruch, and Yaron Vaxman. CID22: Large-scale subjective quality assessment for high fidelity image compression.TechRxiv, 2023
2023
-
[55]
FLIF: Free lossless im- age format based on MANIAC compression
Jon Sneyers and Pieter Wuille. FLIF: Free lossless im- age format based on MANIAC compression. In2016 IEEE international conference on image processing (ICIP), pages 66–70. IEEE, 2016
2016
-
[56]
Improved re- dundancy reduction for JPEG files
Matthias Stirner and Gerhard Seelmann. Improved re- dundancy reduction for JPEG files. InProc. of Picture Coding Symposium (PCS 2007), pages 7–9, 2007
2007
-
[57]
Andrew Stockman and Lindsay T. Sharpe. The spec- tral sensitivities of the middle- and long-wavelength- sensitive cones derived from measurements in ob- servers of known genotype.Vision Research, 40(13):1711–1737, 2000
2000
-
[58]
High efficiency video coding (HEVC).Inte- grated circuit and systems, algorithms and architec- tures, 39:40, 2014
Vivienne Sze, Madhukar Budagavi, and Gary J Sul- livan. High efficiency video coding (HEVC).Inte- grated circuit and systems, algorithms and architec- tures, 39:40, 2014
2014
-
[59]
JPEG Trust: an international standard facilitating the assessment of trustworthiness of digital media assets
Frederik Temmermans, Sabrina Caldwell, Deepayan Bhowmik, and Touradj Ebrahimi. JPEG Trust: an international standard facilitating the assessment of trustworthiness of digital media assets. InApplications of Digital Image Processing XLVII, volume 13137, page 131370B. Internatio...
2024
-
[60]
Adopt- ing the JPEG universal metadata box format for media authenticity annotations
Frederik Temmermans and Leonard Rosenthol. Adopt- ing the JPEG universal metadata box format for media authenticity annotations. InApplications of Digital Im- age Processing XLIV, volume 11842, pages 165–170. SPIE, 2021
2021
-
[61]
Fine-grained subjec- tive visual quality assessment for high-fidelity com- pressed images
Michela Testolina, Mohsen Jenadeleh, Shima Moham- madi, Shaolin Su, Joao Ascenso, Touradj Ebrahimi, Jon Sneyers, and Dietmar Saupe. Fine-grained subjec- tive visual quality assessment for high-fidelity com- pressed images. InData Compression Conference (DCC). IEEE, 2025
2025
-
[62]
On the assessment of high-quality images: advances on the JPEG AIC-3 activity
Michela Testolina, Evgeniy Upenik, and Touradj Ebrahimi. On the assessment of high-quality images: advances on the JPEG AIC-3 activity. InApplications of Digital Image Processing XLVI, volume 12674, pages 180–190. SPIE, 2023
2023
-
[63]
Trudeau, Nathan E
Luc N. Trudeau, Nathan E. Egge, and David Barr. Pre- dicting chroma from luma in A V1.arXiv:1711.03951, 2018
2018 arXiv
-
[64]
White paper: The benefits of adding JPEG-XL to the ISO PDF standard and PDF-Raster, 2025.https://twain.org/
TWAIN Working Group. White paper: The benefits of adding JPEG-XL to the ISO PDF standard and PDF-Raster, 2025.https://twain.org/
2025
-
[65]
PhD thesis, Univer- sit`a di Pisa, 2021
Luca Versari.Compression Techniques for Large Graphs: Theory and Practice. PhD thesis, Univer- sit`a di Pisa, 2021
2021
-
[66]
Cascading style sheets level 2 revision 1 (CSS 2.1) specification.http: //www.w3.org/TR/2011/REC-CSS2-20110607
W3C Recommendation 07 June 2011. Cascading style sheets level 2 revision 1 (CSS 2.1) specification.http: //www.w3.org/TR/2011/REC-CSS2-20110607
2011
-
[67]
Gregory K. Wallace. The JPEG still picture compres- sion standard.Commun. ACM, 34(4):30–44, 1991
1991
-
[68]
Bovik, H.R
Zhou Wang, A.C. Bovik, H.R. Sheikh, and E.P. Simon- celli. Image quality assessment: from error visibility to structural similarity.IEEE Transactions on Image Processing, 13(4):600–612, 2004
2004
-
[69]
The LOCO-I lossless image compression al- gorithm: Principles and standardization into JPEG-LS
Marcelo J Weinberger, Gadiel Seroussi, and Guillermo Sapiro. The LOCO-I lossless image compression al- gorithm: Principles and standardization into JPEG-LS. IEEE Transactions on Image Processing, 9(8):1309– 1324, 2000
2000
-
[70]
A universal algo- rithm for sequential data compression.IEEE Transac- tions on information theory, 23(3):337–343, 1977
Jacob Ziv and Abraham Lempel. A universal algo- rithm for sequential data compression.IEEE Transac- tions on information theory, 23(3):337–343, 1977
1977
-
[71]
Performance evaluation of JPEG standards, WebP and PNG in terms of com- pression ratio and time for lossless encoding
Emir ¨Ozt¨urk and Altan Mesut. Performance evaluation of JPEG standards, WebP and PNG in terms of com- pression ratio and time for lossless encoding. In2021 6th International Conference on Computer Science and Engineering (UBMK), pages 15–20, 2021
2021
-
[2023]
https://ds.jpeg.org/whitepapers/ jpeg-xl-whitepaper.pdf
Reviewed August 7, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.