|
|
|
|
|
by fake-name
2533 days ago
|
|
Very few (if any) digital cameras have 16-bit ADCs. 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. |
|