Pixel

A pixel is the smallest individually addressable element of a digital image: a single sample of brightness or color, arranged with millions of its neighbors on a regular grid. The number of pixels across and down defines an image’s resolution, and the number of bits used to record each pixel’s value defines its color or grayscale depth. Nearly every digital photograph, screen, scanner, and camera sensor is organized around this one idea, that a continuous picture can be approximated by sampling it at a grid of discrete points.

The word itself is a contraction of “picture element.” In his historical paper “A Brief History of Pixel,” imaging engineer Richard F. Lyon traces the term to Frederic C. Billingsley of NASA’s Jet Propulsion Laboratory, who first published “pixel” in 1965 in articles describing the processing of scanned images returned from space probes to the Moon and Mars. Lyon documents that Billingsley had picked up the word from Keith McFarland of the Link division of General Precision, who in turn recalled only that it was “in use at the time” around 1963, so the exact coinage is older than its first appearance in print.

A competing abbreviation, “pel,” for the same picture element, was published by William F. Schreiber of MIT in 1967 and was favored for years inside IBM and Bell Labs. Lyon’s account shows that both “pixel” and “pel” circulated for more than a decade within the image-processing and video-coding communities before either appeared in textbooks in the late 1970s, after which “pixel” steadily won out in popular and technical usage.

The pixel is fundamentally a sampling concept, and it carries all the consequences of sampling theory: too coarse a grid produces blocky or aliased images, and fine detail beyond what the grid can represent is simply lost. A pixel has no inherent physical size; it is an abstract sample whose real-world dimension depends on the device that captures or displays it. This is why the same image file can appear tiny on a high-density phone screen and huge on a projector while containing exactly the same pixels.

From a few hundred values describing planetary photographs in 1965, the pixel became the universal unit of digital imaging, the atom from which bitmaps, framebuffers, displays, and camera sensors are built. Its history is a small lesson in how vocabulary spreads: a convenient word, useful enough that engineers kept borrowing it from one another until it became the name everyone uses.

Sources

Last verified June 8, 2026