Hey y’all
Is there a setting (like LUT.CreateSRGB() ) for log/lin conversion of DPX to QuickTime?
Thanks
Bill
Hey y’all
Is there a setting (like LUT.CreateSRGB() ) for log/lin conversion of DPX to QuickTime?
Thanks
Bill
[code]lut = LUT.CreateCineon()
lut.Apply( image )[/code]
will hopefully do what you need. Please let us know if it does not.
Please note that in the next build I am planning to change this to LUT.CreateCineon().Inverse() for consistency with the other LUTs.