Alan Smithee said:
Can someone go over how the photographic density scale relates to
the RGB
values for density. Reflective vs. Transmissive? Thx.
Optical Density, or OD=Log10(Opacity).
Opacity=1/Transmission.
Transmission=Transmitted/Incident.
You can replace transmission with reflection when using reflection
originals instead of trans-illuminated ones. To be even more exact,
the transmitted or reflected light should be diffuse, because
collimated light will be scattered differently depending on graininess
and density level (=Callier effect).
This transmission is measured at a linear gamma level, and if you have
a e.g. 50% transmission, it will be represented by 127.5 (or rounded
to 128) on a scale from 0 to 255 (8-bits/channel), or 32767.5 (or
rounded to 32768) on a scale from 0 to 65535 (16-bits/channel).
If you want to relate to gamma adjusted data, you'd need to specify
whether slope adjusted gamma or regular. And then we also have to
consider if color-management is involved.
We also have to assume the scanner's sensor is linear over it's entire
range, which it almost certainly isn't, so it must be calibrated for
exact calculations.
Bart