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

EXRLoader: impl line-order & mixed channel support #27982

Merged
merged 2 commits into from
Mar 24, 2024

Conversation

sciecode
Copy link
Contributor

@sciecode sciecode commented Mar 23, 2024

Fixes #27927

  • Implements support for DECREASING_Y line-order data.
  • Fixes incorrect behavior for dataWindow containing negative values.
  • Fixes line parsing when dataWindow doesn't start at 0 xMin/yMin.
  • Implement support for parsing only relevant data when file contains non-used channels

Live Example

Example file contemplates all described issues being fixed. Logged header-info in the console.

@WestLangley WestLangley added this to the r163 milestone Mar 23, 2024
@Mugen87 Mugen87 merged commit 4365ebc into mrdoob:dev Mar 24, 2024
11 checks passed
@sciecode sciecode deleted the dev-exr-lineorder branch March 24, 2024 12:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants