OpenColorIO
OpenColorIO copied to clipboard
Enhance LogCameraTransform to support additional parametric styles
The existing LogCameraTransform is able to provide a very compact representation for many of the "pseudo-log" transfer functions that are used in current cameras (LogCv3, Log3G10, SLog3, VLog, etc.) and ACEScct. These are basically a LogAffineTransform that switches to a straight line in the shadow region. However, there are a few camera color spaces that don't fit this model because a given transfer function has something more complicated than a straight line continuing into the shadow and negative values. It would be nice to extend LogCameraTransform to handle these as well.
Details to follow ...