Am 02.04.2021 um 19:57 schrieb Sven Flock:
> it does not contradict the statement from the link that raw includes
> more data than TIFF, if the raw file is not "compressed" to fit into
> the file format (of course, other comments are not correct).
It might even be that a TIFF converted in a decent raw converter
contains more data than the original raw, due to highlight
reconstruction. As Joost writes the three RGB channels are not clipped
at the same level. To avoid highlight color casts, a simple raw
converter like dcraw or libraw would clip all channels on the level of
the lowest one (or even below, for a safety margin). A decent raw
converter will try to reconstruct the clipped data from the other,
unclipped channels. So if you want to go for maximum dynamic range from
a single exposure you'll most likely be better off if you use ACR /
Lightroom.
dcraw has a parameter (-D) to output totally raw data in an image
format, no de-bayer, no interpolation, no color, just the pixel data. It
is quite astonishing to see what a mess this is. Not only are the
channels not clipped at different levels, the clipping is also not
linear and sometimes reversed. In dcraw you also can do an unclipped
conversion, which often leads to strange colors in and around
highlights. So it takes quite a bit of magic to interpret this correctly.