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

Fix get_lowest_values/get_peak_values for RGBS format #166

Merged
merged 1 commit into from
Jan 21, 2025

Conversation

dnjulek
Copy link
Contributor

@dnjulek dnjulek commented Jan 21, 2025

RGBS is being handled as YUV.

get_lowest_values/get_peak_values returns:

before:
[0.0, -0.5, -0.5]
[1.0, 0.5, 0.5]

after:
[0.0, 0.0, 0.0]
[1.0, 1.0, 1.0]

@emotion3459 emotion3459 merged commit a2a4546 into Jaded-Encoding-Thaumaturgy:master Jan 21, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants