Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

8-bit color

From Wikipedia, the free encyclopedia
Computer color depth
Color depth
Related

8-bit color graphics are a method of storing image information in a computer's memory or in an image file, so that eachpixel is represented by 8 bits (1byte). The maximum number of colors that can be displayed at any one time is 256 per pixel or 28.[1]

Color quantization

[edit]
8-bit color, with three bits of red, three bits of green, and two bits of blue.

In order to turn atrue color 24-bit image into an 8-bit image, the image must go through a process called color quantization. Color quantization is the process of creating a color map for a less color dense image from a more dense image.[2]

The simplest form of quantization is to simply assign 3 bits to red, 3 bits to green and 2 bits to blue, as the human eye is less sensitive to blue light. This creates a so called3-3-2 8-bit color image, arranged like on the following table:

Bit    7  6  5  4  3  2  1  0Data   R  R  R  G  G  G  B  B

This process is sub optimal. There could be different groupings of colors that make evenly spreading the colors out inefficient and likely to misrepresent the actual image. An alternative approach is to use apalette, with each of the 256 possibleindexes pointing towards a larger color space (ex: 256 colors chosen from 4096).Because the color map doesn't need to have every color in it and just needs to accurately represent the more color dense image, an arbitrary color can be assigned to each of the 256 available color indexes on the map.

Popular approaches for creating these maps (also known as palettes) include thepopularity algorithm which chooses the 256 most common colors and creates a map from them. The more accuratemedian cut algorithm resorts and divides colors to find the median of different color groups resulting in a more accurate final color map.[3]

Usage

[edit]

Because of the low amount of memory and resultant higher speeds of 8-bit color images, 8-bit color was a common ground among computer graphics development until more memory and higher CPU speeds became readily available to consumers. 8-bit color was used in many different applications including:[4][failed verification]

  • TheMSX2 series of personal computer
  • TheUzebox gaming console
  • TheAtari Falcon
  • The NTSC version of the AtariGTIA
  • TheTiki 100 personal computer (limited to 16 simultaneous color display)
  • TheResearch Machines 380Z computer equipped with a High Resolution Graphics board.
  • Wearable OS smartwatches with ambient displays
  • Many scanners use an 8-bit grey scale as their standard

TheVGA standard for graphical interface used a redefinable 256 color (8-bit) color palette, although these were selected from an18-bit (6-bit per RGB channel, 262,144 colors) gamut.[5][6][7][8] Developed in 1987 by IBM, the VGA interface supported a maximum resolution of 640x480 pixels. Due to this legacy, some image types such asGIF andTIFF use an 8-bit color palette system to store data.

Even though it is now outdated for most consumer applications, 8-bit color encoding can still be useful in imaging systems with limited data bandwidth or memory capacity. For example, bothMars Exploration Rovers used an 8-bit grayscale format for navigation imaging.[9]

Issues

[edit]

Due to the nature of the 8-bit system, most images have different color maps. Since an 8-bit color display can not display two images with different color maps at the same time, it is usually impossible to display two different 8-bit images on the same such display at the same time. In practice, in order to avoid this problem, most images do not use the full range of 256 colors. Another problem comes when doing image processing: whenever two images with different color maps are added to each other, the resulting image has to have a new color map created, meaning another quantization operation has to occur, making the resulting image an imperfect version of the expected result.[1]

8-bit color today

[edit]

Currently, most graphics hardware runs in 24-bit truecolor or 32-bit truecolor (24-bit truecolor and an 8-bitalpha channel). However, some remote desktop software (Virtual Network Computing,Remote Desktop Protocol) can switch to 8-bit color to conservebandwidth. With the comparative low cost and high speeds of modern computers, some image editing is even done in araw format with anywhere from 12 to 14 bits from each of the camera'simage sensorpixels in order to avoid image quality reduction while editing.[10]

See also

[edit]

References

[edit]
  1. ^abFisher, Robert; Perkins, Simon; Ashley, Walker; Wolfart, Erik."8-bit Color Images".Hypermedia Image Processing Reference. University of Edinburgh. Retrieved14 November 2019.
  2. ^Fisher, Robert; Perkins, Simon; Walker, Ashley; Wolfart, Erik."Color Quantization".Hypermedia Image Processing Reference. University of Edinburgh. Retrieved14 November 2019.
  3. ^Spring, Kenneth R.; Russ, John C."Color Reduction and Image Dithering".Molecular Expressions Optical Microscopy Primer Digital Image Processing. Michael W. Davidson and The Florida State University. Archived fromthe original on 2 December 2020. Retrieved14 November 2019.
  4. ^"When Atari Ruled the World".PCMAG. Retrieved2021-09-17.
  5. ^US5574478A, Bril, Vlad & Pett, Boyd G., "VGA color system for personal computers", issued 1996-11-12 
  6. ^"Reading and writing 18-bit RGB VGA Palette (pal) files with C#".The Cyotek Blog. 2017-12-26. Retrieved2023-03-27.
  7. ^"VGA/SVGA Video Programming--Color Registers".www.osdever.net. Retrieved2023-03-27.
  8. ^"VGA Palette Conversion \ VOGONS".www.vogons.org. Retrieved2023-03-27.
  9. ^A. Kiely; M. Klimesh.The ICER Progressive Wavelet Image Compressor(PDF) (Report).
  10. ^Patterson, Steve."The Benefits Of Working With 16-Bit Images In Photoshop".Photoshop Essentials. Photoshop Essentials. Retrieved14 November 2019.
Retrieved from "https://en.wikipedia.org/w/index.php?title=8-bit_color&oldid=1233736457"
Category:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp