Very nice image, DBE has really done wonders with the higher bit depth.
Quote:
Originally Posted by MrB
This is going to turn into a very interesting discussion! 
I wouldn't have thought you could get any more than 16bits either, other than upsampled data from interpolation, which wouldn't be true data?
I'm a layman in this regard, looking forward to the opinions of the pro's.
|
Here's a simple though experiment. You have a 16 bit camera, and you take 2 photos and stack them to get the average.
One of the pixels comes up with the value 12580 on image one.
The same pixel comes up with the value of 12579 on the image two.
What's the average? In a 16bit image the average is 12579 which is clearly wrong. If you multiply the two number by 65536 first (interpolate) and then average you'll come to the correct value as you now have 65536 different shades between the original two numbers to help the maths work out.
What all this means is that Bert has a nice picture