Pixel
What Is a Pixel?
A pixel, short for picture element, is the smallest individually addressable unit of a digital image or display. In a raster image, every pixel carries numerical values that define its color and intensity, and the full image is formed by arranging millions of these discrete elements in a rectangular grid. In a display device, each pixel is a physical emitter or shutter element capable of producing one point of light at a controlled color and brightness. The pixel is the fundamental unit of digital imaging and display engineering, and its properties, count, bit depth, physical size, and color encoding, determine the spatial resolution, dynamic range, and color fidelity of any digital image or screen.
The term was coined in the 1960s during the early development of computer graphics and digital satellite imagery. Digital photography, video encoding, medical imaging, and display manufacturing all rest on the pixel as their common representational unit, making it one of the most pervasive constructs in electrical engineering and information technology.
Pixel Structure and Representation
A pixel in a color image is typically encoded as three separate channel values corresponding to the red, green, and blue (RGB) color primaries. In 24-bit color, each channel receives 8 bits, allowing 256 intensity levels per channel and approximately 16.7 million distinct colors per pixel. Higher bit depths, 10, 12, or 16 bits per channel, are used in professional video production, medical imaging, and scientific photography to preserve subtle gradients and avoid banding artifacts. In display hardware, each physical pixel is divided into subpixels, one per primary color, arranged in a fixed pattern such as the RGB stripe common in LCD panels. Subpixel rendering exploits this geometry to increase apparent text sharpness beyond the nominal pixel count, as detailed in a systematic overview of subpixel rendering on portable displays published in APSIPA Transactions on Signal and Information Processing.
Active Pixel Sensors
An active pixel sensor (APS) is an image sensor in which each pixel unit cell contains a photodetector, typically a pinned photodiode, plus one or more transistors that amplify the photogenerated signal before it leaves the cell. This in-pixel amplification distinguishes APS devices from charge-coupled devices (CCDs), where charge is shifted passively across the array before amplification at the chip edge. The dominant modern implementation is the CMOS APS, fabricated in standard complementary metal-oxide-semiconductor processes. Foundational work on CMOS active pixel image sensors published in the IEEE Journal of Solid-State Circuits showed that on-chip integration of signal processing circuits alongside the pixel array is practical in standard CMOS, enabling cameras with lower power consumption and faster readout than comparable CCD designs. By the mid-2000s, CMOS APS devices had overtaken CCDs as the dominant image sensor technology in consumer cameras and mobile phones. A review of digital pixel sensors on arXiv surveys the subsequent evolution toward in-pixel analog-to-digital conversion and computation, where signal processing is performed within each pixel to reduce readout bandwidth.
Pixel Density and Image Quality
Pixel density, measured in pixels per inch (PPI) for displays or pixels per millimeter for sensors, governs the resolving power of the system. For a camera sensor of fixed physical area, increasing pixel count requires shrinking each pixel, which reduces the light-collecting area per pixel and degrades low-light sensitivity. Modern backside-illuminated CMOS sensors mitigate this by placing the metal interconnect layers behind the photodiode rather than in front of it, improving the optical fill factor at small pixel pitches. Display PPI above roughly 300 PPI at normal viewing distance exceeds the resolving limit of human vision, a threshold that manufacturers designate as "retina" resolution.
Applications
Pixels and pixel sensor technology have applications across a wide range of fields, including:
- Consumer digital cameras and smartphone imaging
- Medical imaging modalities including digital X-ray, CT, and fluoroscopy detectors
- Machine vision and industrial inspection systems
- Satellite remote sensing and aerial imaging
- Display panels for televisions, monitors, and augmented reality headsets