,

Tip #541: What is Bit Depth?

… for Codecs & Media

Tip #541: What is Bit Depth?

Larry Jordan – LarryJordan.com

Bit depth is always expressed as a power of 2.

An illustration of 8-bit vs. 10-bit depth. (8-bit is on top).

Topic $TipTopic

Bit depth determines the number of steps between the minimum and maximum of a value. The bit depth number (8, 16, 24) actually describes a power of 2.

  • A bit depth of 4 = 2^4 = 16 steps
  • A bit depth of 8 = 2^8 = 256 steps
  • A bit depth of 10 = 2^10 = 1,024 steps
  • A bit depth of 16 = 2^16 = 65,536 steps

In the screen shot, the top row represents an image with a bit depth of 8. The lower image represents an image with a bit depth of 10.

NOTE: These are illustrations, actual bit depth variations don’t look quite this bad.

Where higher bit depths help image quality is in color grading, gradients and anywhere smooth shading from one value to another is important.

EXTRA CREDIT

In audio, bit depth determines the dynamic range; the amount of variation in audio levels between soft and loud. Bit depth is only meaningful in reference to a PCM digital signal (i.e. WAV or AIF). Non-PCM formats, such as lossy compression formats (i.e. MP3), do not have associated bit depths.


Please rate the helpfulness of this tip.

Click on a star to rate it!

0 replies

Leave a Reply

Want to join the discussion?
Feel free to contribute!

Leave a Reply

Your email address will not be published. Required fields are marked *