You can edit almost every page by Creating an account. Otherwise, see the FAQ.

Color image

From EverybodyWiki Bios & Wiki


A (digital) color image is a digital image that includes color information for each pixel.

For visually acceptable results, it is necessary (and almost sufficient) to provide three samples (color channels) for each pixels, which are interpreted as coordinates in some color space. The RGB color space is commonly used in computer displays, but other spaces such as YCbCr, HSV, and are often used in other contexts. A color image has three values (or channels) per pixel and they measure the intensity and chrominance of light. The actual information stored in the digital image data is the brightness information in each spectral band.

Color image representation[edit]

A color image is usually stored in memory as a raster map, a two-dimensional array of small integer triplets; or (rarely) as three separate raster maps, one for each channel.

Separate R, G, and B image layers

Eight bits per sample (24 bits per pixel) seem adequate for most uses, but faint banding artifacts may still be visible in some smoothly varying images, especially those subject to processing. Particularly demanding applications may use 10 bits per sample or more.

Some widely used image file formats and graphics cards may use only 8 bits per pixel, i.e., only 256 different colors, or 2–3 bits per channel. Converting continuous-tone images like photographs to such formats requires dithering and yields rather grainy and fuzzy results.

Graphics cards that support 16 bits per pixel provide 65536 distinct colors, or 5–6 bits per channel. This resolution seems satisfactory for non-professional uses, even without dithering.

(see also: Color depth)


This article "Color image" is from Wikipedia. The list of its authors can be seen in its historical and/or the page Edithistory:Color image. Articles copied from Draft Namespace on Wikipedia could be seen on the Draft Namespace of Wikipedia and not main one.