JPEG
In the 1980s, a paradoxical situation characterized the digital world: images proliferated but no standard existed to compress and exchange them. Telecommunications were taking their first steps toward multimedia while computing discovered the joys of color. Faced with this normative void, an international initiative emerged in 1986: the Joint Photographic Experts Group, better known by its acronym JPEG.
This collaboration brought together researchers from ISO and CCITT (Comité consultatif international télégraphique et téléphonique, the predecessor of ITU-T). Their mission seemed clear on paper: to invent a universal compression method. In reality, the challenge proved far more complex. How could visual quality and storage space economy be reconciled? How could a format be created that would work equally well for color fax transmission and for future applications not yet imagined?
The work began with an all-encompassing exploration phase. In June 1987, twelve different compression techniques competed during comparative tests. The atmosphere must have been electric: each team defended its method with the conviction that theirs would change the world. After this first confrontation, three approaches stood out and warranted further investigation.
The three finalists underwent a new battery of evaluations in January 1988 in Copenhagen. It was there that the technique which would dominate the following decades emerged: the Discrete Cosine Transform, better known by the acronym DCT. This mathematical approach, developed in the 1970s, finally found its ideal application field.
The JPEG principle resembles a sophisticated recipe. The image is first divided into small 8×8 pixel squares, as if cutting it into a mosaic. Each piece undergoes the famous DCT transformation which converts pixels into spatial frequency coefficients. This step reveals the ingenuity of the process: rather than storing each pixel individually, the variations and repetitions in the image are encoded.
Then comes quantization, the most delicate step in the process. Here, the algorithm makes choices: it eliminates information that the human eye perceives poorly or not at all. This ruthless selection constitutes the heart of lossy compression. Huffman encoding completes the chain by compacting the resulting data according to their frequency of appearance.
The results exceeded expectations. Compression ratios of 10:1, even 20:1, are commonplace without visible alteration of quality. For the first time, hundreds of images could be stored on the digital equivalent of a few floppy disks.
Standardization stretched over years, revealing the complexity of the exercise. The JPEG committee opted for a modular architecture that authorized different operating modes. The baseline mode constitutes the minimal foundation: every decoder worthy of the name must support it. This pragmatic approach avoided the pitfall of standards that are too rigid or too permissive.
The first drafts circulated as early as 1990 in laboratories and companies. ITU-T validated the specification in 1992 under reference T.81, followed by ISO in 1994 with standard ISO/IEC 10918-1. These official dates mask a more nuanced reality: the format became established in practice well before its administrative validation.
The committee made a decision that would prove decisive for the future: the baseline mode components remain royalty-free. Only certain optional features could be subject to RAND licenses. This policy contrasted with an era when patents often constituted barriers to adoption.
The Independent JPEG Group published a complete implementation under a free license in 1991. This source code, distributed under terms similar to BSD, became the technical reference. Developers worldwide could finally integrate JPEG into their applications without complex license negotiations.
The IJG didn’t stop there. Its developers regularly refined their code, corrected bugs, and added advanced features from the standard. This collaborative approach heralded the open source spirit that would triumph a few years later.
The first applications remained faithful to the initial objectives: fax and videotex exploited the new format’s capabilities. But it was the Web explosion in the mid-1990s that propelled JPEG toward planetary success. Web pages became enriched with photographic images without becoming impractical on 56K modems.
The arrival of digital cameras amplified the phenomenon. Kodak, Canon, and Nikon massively adopted the format for their devices. Memory cards, expensive and limited in capacity, directly benefited from JPEG compression. A camera from 2000 stored several hundred images on a 64 MB CompactFlash card.
At this time, the number of JPEG images in circulation was already counted in billions. Each day brought its share of new digital photographs. The format was invisible, so naturally did it establish itself. Users manipulated .jpg files without knowing of the committee’s existence that made them possible.
Yet limitations appeared progressively. At high compression rates, characteristic artifacts manifested: blocking effects, oscillations around sharp edges, degradation of uniform areas. These defects were troublesome when compression was pushed to the extreme, while they remained imperceptible in moderate use.
HDR images revealed other shortcomings of the original format. Traditional JPEG is confined to 8 bits per color channel, a ceiling that seemed derisory compared to modern sensors capable of 12 or 14 bits.
These limitations motivated the development of JPEG 2000, a complete overhaul based on wavelets rather than DCT. This new version promised better quality at equal compression rates and natively supported HDR images. It also integrated advanced features like progressive resolution enhancement.
Paradoxically, JPEG 2000 never managed to dethrone its predecessor. Technological inertia played its role: why change a format that works? The quality gains, real but subtle, did not justify the migration cost for most applications.
Classic JPEG still dominates digital photography. Smartphones generate trillions of images in .jpg format each year. Instagram, Facebook, and Twitter rely heavily on this technology that is over thirty years old.
This lasting success is explained by favorable factors. Efficient compression is the main argument, but other elements count just as much. The standard’s flexible architecture allowed its adaptation to very diverse uses. The open policy regarding patents facilitated industrial adoption. The free nature of IJG democratized access to the technology.
Thirty-five years after its creation, the JPEG committee continues its work. The modular approach, rigorous comparative testing, and balanced management of intellectual property constitute lessons for today’s standardizers. It now explores new avenues such as artificial intelligence applied to compression. But its firstborn remains its finest legacy: a format that has become so universal that it is no longer noticed.