In digital imaging, a pixel (abbreviated px), pel, or picture element is the smallest addressable element of a raster image. In a display device, dot matrix printer, or ASCII art a pixel is the smallest element whose output can generally be controlled independently. The concept of a picture element dates to the earliest days of electronic imaging. The German word Bildpunkt ("picture point") appeared in an 1888 patent, while the English term picture element appeared in U.S. patents filed as early as 1911. The word pixel was first published in 1965. Pixels are usually arranged in a regular two-dimensional grid, with each pixel storing one or more numerical values that represent a sample of an image. A greater sampling density can represent finer spatial detail, although the result also depends on the optics, sensor, processing, and display. In color imaging, a pixel is commonly represented by components such as red, green, and blue (RGB), or cyan, magenta, yellow, and black (CMYK). In some contexts (such as descriptions of camera sensors), pixel refers to a single scalar element of a multi-component representation (called a photosite in the camera sensor context, although sensel 'sensor element' is sometimes used), while in yet other contexts (like MRI) it may refer to a set of component intensities for a spatial position. Software on early consumer computers was necessarily rendered at a low resolution, with large pixels visible to the naked eye; graphics made under these limitations may be called pixel art, especially in reference to video games. Modern computers and displays, however, can easily render orders of magnitude more pixels than was previously possible, necessitating the use of large measurements like the megapixel (one million pixels).
Etymology
The word pixel is a combination of pix (from "pictures", shortened to "pics") and el (for "element"); similar formations with 'el' include the words voxel 'volume pixel', and texel 'texture pixel'. The word pix appeared in Variety magazine headlines in 1932, as an abbreviation for the word pictures, in reference to movies. By 1938, "pix" was being used in reference to still pictures by photojournalists. The word "pixel" was first published in 1965 by Frederic C. Billingsley of JPL, to describe the picture elements of scanned images from space probes to the Moon and Mars. Billingsley had learned the word from Keith E. McFarland, at the Link Division of General Precision in Palo Alto, who in turn said he did not know where it originated. McFarland said simply it was "in use at the time" (c. 1963). The concept of a "picture element" dates to the earliest days of television, for example as "Bildpunkt" (the German word for pixel, literally 'picture point') in the 1888 German patent of Paul Nipkow. According to various etymologies, the earliest publication of the term picture element itself was in Wireless World magazine in 1927, though it had been used earlier in various U.S. patents filed as early as 1911. Some authors explain pixel as picture cell, as early as 1972. In graphics and in image and video processing, pel is often used instead of pixel. For example, IBM used it in their Technical Reference for the original PC. Pixilation, spelled with a second i, is an unrelated filmmaking technique that dates to the beginnings of cinema, in which live actors are posed frame by frame and photographed to create stop-motion animation. An archaic British word meaning "possession by spirits (pixies)", the term has been used to describe the animation process since the early 1950s; various animators, including Norman McLaren and Grant Munro, are credited with popularizing it.
Technical
A pixel is generally thought of as the smallest component of a digital image, but its precise meaning depends on context. A pixel may refer to a numerical sample in an image file , an element in a transmitted image signal, a controllable picture element on a display, a printed image sample, or a photosensitive element in a digital camera. Related terms include pel, sample, dot, photosite, and sensel, although they are not interchangeable in every context. Pixel counts are also used as measurements, for example 2,400 pixels per inch or 640 pixels per line.
The measures "dots per inch" (dpi) and "pixels per inch" (ppi) are sometimes used interchangeably, but they describe different quantities. Ppi describes the sampling density of a digital image or display, while printer dpi describes the density of physical marks such as ink droplets. A printer may use a full character (ASCII_art) or several dots to reproduce one image pixel; for example, an image sampled at 600 ppi may be printed by a 1,200 dpi inkjet printer. Printer dpi therefore cannot be compared directly with image ppi as a measure of effective resolution. Increasing the number of samples can preserve finer detail, provided that the image source and imaging system contain that detail. Pixel count is often informally called "resolution", although image resolution can also refer to spatial resolving power or sampling density. Pixel counts may be expressed as a single number, such as three megapixels, or as dimensions. A 640 × 480 VGA image contains 307,200 pixels, or about 0.3 megapixels. The pixels, or color samples, that form a digitized image (such as a JPEG file used on a web page) may or may not be in one-to-one correspondence with screen pixels, depending on how a computer displays an image. In computing, an image composed of pixels is known as a bitmapped image or a raster image. The word raster originates from television scanning patterns, and has been widely used to describe similar halftone printing and storage techniques.
Sampling patterns For convenience, pixels are normally arranged in a regular two-dimensional grid. By using this arrangement, many common operations can be implemented by uniformly applying the same operation to each pixel independently. Other arrangements of pixels are possible, with some sampling patterns even changing the shape (or kernel) of each pixel across the image. For this reason, care must be taken when acquiring an image on one device and displaying it on another, or when converting image data from one pixel format to another. For example:
… excerpt ends here. Continue reading the full article.





