|
|
|
|
|
by bjornornorn
1957 days ago
|
|
Just a small correction:
Logarithmic != gamma encoded. Most software use sRGB encoding which is close to a power function (often referred to as a gamma function). Logarithmic encoding is often used for encoding HDR images, but is not what most software use. |
|
The sRGB transfer function is piecewise linear + exponential but can be closely approximated by a simple exponential with \gamma ~= 2.2 [1]. Either way, the encoding between linear and non-linear is generally referred to as "gamma correction", even when using a transfer function that is not a simple exponential.
[1] https://en.wikipedia.org/wiki/SRGB#The_forward_transformatio...