|
|
|
|
|
by 3JPLW
2533 days ago
|
|
Really cool article. I'm left with just one question: Why are the 16-bit RAW values so limited in their dynamic range? Wouldn't sensor manufacturers want to have their pixels able to return values that range the whole way from 0x0000 to 0xffff? |
|
Most cameras use 12 or 14 bit ADCs, so they only use 2^12 or 2^14 of the available values.
Generally, the RAW files aren't actually 16 bit, but rather a packed structure of the native ADC size. In this case, they're using 16-bit intermediate bitmaps. They're not 16 bit from the RAW.
------
Fujifilm actually has a few cameras with a sensor that can be put in 16-bit mode, but IIRC it's not enabled in software.