-
-
Notifications
You must be signed in to change notification settings - Fork 265
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE]: Implement support for the S-Cinetone transfer function. #978
Comments
did you digitise the curves using a tool or more manually? I've found https://automeris.io/WebPlotDigitizer/ is reasonable for getting data for subsequent fitting Kevin |
This reminds me Sony Hyper-Gamma curves, I don't think there has been any "numbers" released for them: http://www.xdcam-user.com/tag/hypergamma/ I don't think we have ever used anything we fitted like that. The closest to be are the BMD Gen 4 curves from #591 that we haven't imlemented yet. Keen to hear people opinion on this one! |
I took three screenshots from (a very zoomed in view of) the whitepaper and rolled my own code to extract the data. If you're curious here is the code, along with the screenshots: The If anyone doesn't want to run my code, but does want the data: |
Oh it is finally out! |
October last year is not what I would call old but anyway it is public which is good, no NDA required :) |
Description
I've recently reversed engineered formula for the S-Cinetone transfer function. It seems like the sort of thing that you'd want to add to your library.
Reverse Engineering S-Cinetone
If you scroll towards the bottom of that page the "S-Cinetone Transfer Function" section has the formula and coefficents that you'd need. I assume that, if added, the transfer function would live here:
https://github.com/colour-science/colour/tree/develop/colour/models/rgb/transfer_functions
The text was updated successfully, but these errors were encountered: