No that’s not correct. Bit depth only defines the size of
the steps (how many) between totally black and totally white
– if you will the shades of gray.
Unfortunately, I don't have time to explain this fully. There are a lot of confusing things on this issue I am skipping over. You guys are talking about an input function to a camera, and I'm talking about the digital domain, the results (data). Basically we're talking about two different things.
Let me say first, that dynamic range has EVERYTHING to do with the number of valid bits. In fact, you can specifiy the dynamic range of a digital system in bits, as done here:
http://www.dpreview.com/reviews/canong2/page17.asp
Basically, 1 bit = 6dB of dynamic range
What you guys are talking about, is where the white and black points are mapped to by a camera systems input, which is VERY relavant to digital imaging, I agree. You could call it the "input dynamic rnage" I guess.
What I am talking about is the dynamic range of a digital image. Say an 8 bit tif file. This file has a limited dynamic range, and the ONLY way to add dynamic range capability to the format is to add more bits. That's it, because:
0,0,0 is defined as infinitely black
256,256,256 is defined as infinitely bright (again 8 bit system)
Dynamic range is defined as the ratio of the brightest to the darkest "signal" you can display.
Think of it this way. Say you've got a new camera that outputs only 3 bit tif files. The catch is, 0EV is mapped to 0,0,0 and 22EV is mapped to 4,4,4. So, do I have an image with 22 stops of dynamic range right? Well, not really, you've got an image with 4 bits of dynamic range, or 24dB. As you can imagine, a 4 bit image looks like junk. You captured data across 22 stops, but try pulling out shadow detail of a 4 bit image, which is what dynamic range is all about.
So, like I said, we're sort of talking about different things. But, once again my point is that dynamic range in a digital system has everything to do with bits.
jason
Dmin and a Dmax value that ends up setting the total dynamic range
in absolute terms. Any light value less than Dmin will be
registered as black by the sensor and any value greater than Dmax
will be registered as white.
Think of it this way. Ground floor is black and the balcony is
white. The height of the balcony above the ground floor represents
the dynamic range,, the steps leading from the ground floor up to
the balcony represent bit depth – the greater the bit depth
the more steps there are.
0,0,0 represents infinitely black
256,256,256 represents infinitely white (in an 8 bit system)