Difference between revisions of "Pixel"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
 
(2 intermediate revisions by 2 users not shown)
Line 30: Line 30:
 
* [[Computer monitor]]
 
* [[Computer monitor]]
 
* [[Digital imaging]]
 
* [[Digital imaging]]
 +
* [[Pixel art]]
 
* [[Raster graphics]]
 
* [[Raster graphics]]
  
Line 35: Line 36:
  
 
* [https://en.wikipedia.org/wiki/Pixel Pixel] @ Wikipedia
 
* [https://en.wikipedia.org/wiki/Pixel Pixel] @ Wikipedia
 +
 +
[[Category:Computer graphics]]
 +
[[Category:Computer science]]
 +
[[Category:Digital technology]]
 +
[[Category:Visual arts]]

Latest revision as of 08:27, 13 April 2016

In digital imaging, a pixel, pel, or picture element is a physical point in a raster image.

Description

The pixel is the smallest addressable element in an all points addressable display device, such as a computer monitor.

The address of a pixel corresponds to its physical coordinates.

LCD pixels are manufactured in a two-dimensional grid, and are often represented using dots or squares, but CRT pixels correspond to their timing mechanisms and sweep rates.

Each pixel is a sample of an original image; more samples typically provide more accurate representations of the original.

The intensity of each pixel is variable.

Color image systems

In color image systems, a color is typically represented by three or four component intensities such as:

  • Red, green, and blue
  • Cyan, magenta, yellow, and black.

Etymology

The word pixel is based on a contraction of pix ("pictures") and el (for "element"); similar formations with el for "element" include the words voxel and texel.

See Also

External Links