The encyclopedia · Software & IT · Technical decision · 1986–1992
JPEG won by discarding invisible detail and standardising a baseline readers all share.
JPEG's DCT keeps only visually important detail, shrinking photos hugely, and a mandatory baseline plus a free implementation made every file interoperable.
Joint Photographic Experts Group · Independent JPEG Group
the move
A photograph is gigantic if stored literally, so a single digital image could demand hundreds of thousands of bytes. The question through the 1980s was how to compress a continuous-tone picture without visibly wrecking it.
The Joint Photographic Experts Group, meeting within ISO and the ITU from 1986, chose a lossy scheme built on a discrete cosine transform. It breaks a picture into small blocks and keeps only the frequency components a human eye detects, throwing away fine detail and color the eye barely registers.
The result was a much smaller file that still looked like the original, and the standard, published as ISO/IEC 10918 and ITU-T T.81, made one profile the baseline every compliant decoder must handle. That guaranteed a file written by one vendor would open in another.
The Independent JPEG Group then released a free, portable reference implementation in 1991, so web and desktop software adopted it without licensing, and JPEG became the near-universal format for photographs.
why it works
- The DCT discards detail the eye barely perceives, so it delivers a large compression gain with little visible loss.
- A mandatory baseline subset meant any compliant decoder could read any valid JPEG, guaranteeing interoperability.
- The free Independent JPEG Group implementation removed licensing as a reason to avoid the format.
- Because it sat inside the dominant browsers and cameras, it became the default image format still in use.
what transfers
A media format wins when it removes the parts of the data nobody perceives and guarantees every compliant reader handles one shared baseline, because tiny files plus interoperability compound.
what came after
JPEG stayed the dominant still-image format and spread through most cameras and the web, and its baseline, lossy model shaped the later MPEG and video codecs that followed it.
references
spotted an error? The archive wants to know.