Skip to content
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

Reccomend how to deal with negative values #420

Closed
simontWork opened this issue Feb 19, 2024 · 1 comment · Fixed by #434
Closed

Reccomend how to deal with negative values #420

simontWork opened this issue Feb 19, 2024 · 1 comment · Fixed by #434
Labels
documentation Improvements or additions to documentation needs edits
Milestone

Comments

@simontWork
Copy link
Contributor

Following a long discussion on the mailing list, perhaps we should add a note somewhere in the text that when the FullRange flag is set to zero, the recommended practice is

out = sign(in) * FUNCTION(abs(in))

Where function can be for example EOTF, OETF^-1

@svgeesus svgeesus added documentation Improvements or additions to documentation needs edits labels Feb 20, 2024
@svgeesus
Copy link
Contributor

That sounds reasonable to me, would you like to make a PR to add that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation needs edits
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants