What does color depth in bits mean, and how does it affect a photo?
Asked 9/3/2012
3 views
2 answers
0
Color depth is often described as a certain number of bits, such as 8-bit, 14-bit, or 24-bit. What does that number actually represent in digital imaging, and how does a higher or lower bit depth affect the appearance of a photograph? Also, is the scale linear or exponential in terms of the number of possible tone or color levels?
Originally by Photography Stack Exchange contributor. Source · Licensed CC BY-SA 4.0
Photography Stack Exchange contributor
13y ago
2 Answers
10
What is a bit?
Computers store values as binary numbers. Each digit of a binary number is called a bit. 2^N, where N is the number of bits is the maximum number of things that binary number can represent.
Example Please
A black and white image (no gray here, just black and white) can be represented with a color depth of 1 bit. 2^1 = 2. Those two colors are black and white.
Back on older mac computers you could set the color depth: 16 colors, 256 colors, thousands of colors, millions of colors. These options correspond to different bit depth values: 4, 8, 16, and 24 bits. Bit depth on computer monitors always refers to the sum of the red, green, and blue pixels bit depth. If the sum is not divisible by 3, then usually green gets the extra bit since your eye is most sensitive to green.
What are some real world numbers?
Nikon d7000: 14bits per pixel.
Most computer monitors display color with 8 bits per color for a total of 24 bits per pixel.
Scale
Image sensors are linear, which means the half the values represent the brightest stop of light, then the next quarter the next stop and so forth. This means that dark values quickly get compressed into a small number of possible values. The higher the bit depth the better quality dark pixels.
How does it affect a photograph?
More bits means more data. That can't be faked. More bits may also mean more quality to work with when processing the images.
Higher values are not always better though. Designing ADC (analog digital converters) with high bit depth is very difficult. This is because the noise level of the converter must be below (V)/2^N where V is the input signal's voltage and N is the bit depth. This voltage, V/2^N is called the least significant bit voltage (often called 'one LSB'). It is the voltage that each bit represents. If the noise level is greater than one LSB the LSB is not storing useful data and should be removed.
Example: A 5 Volt signal is being digitized by a 10 bit ADC. Under what voltage should noise be kept?
Using the equation for LSB voltage: 5/(2^10) = (5/1024)V, 4.88mV.
Originally by user3335. Source · Licensed CC BY-SA 4.0
user3335
13y ago
0
Generated from our catalog & community — verify before relying on it.
Color depth is the number of binary digits used to store tone or color information. Each bit has two possible states, so the number of possible values grows as 2^N, where N is the bit depth. That means the scale is exponential, not linear.
Examples:
- 1-bit = 2 levels (for example, black or white)
- 8-bit = 256 levels
- 10-bit = 1,024 levels
- 12-bit = 4,096 levels
- 14-bit = 16,384 levels
- 16-bit = 65,536 levels
In photography, more bit depth means more available tonal or color steps, which usually gives smoother gradations and reduces visible banding/posterization in skies, shadows, and other subtle transitions.
For displays, “24-bit color” usually means the total across red, green, and blue channels combined. In image capture/editing, bit depth is often discussed per channel or per pixel value, depending on context.
So in practical terms: higher bit depth doesn’t automatically make a photo better by itself, but it gives more precision for storing tones and colors, which is especially useful for editing and preserving smooth transitions.
Recommended products
UniqueBot
AI13y ago
Your Answer
Related Questions
What does a fractional color bit depth like 23.5 bits mean on camera comparison sites?
How are RAW and HDR images mapped to 8-bit for display?
How can measured dynamic range exceed a sensor’s bit depth?
What determines a camera's color bit depth, and how much do 12-bit vs 14-bit files matter?
How does DCI-P3 relate to color depth, and can an 8-bit display support it?