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: add support for DWAA/B compression #18389

Merged
merged 2 commits into from
Jan 14, 2020

Conversation

sciecode
Copy link
Contributor

This PR introduces support for DWAA and DWAB compressed image files.
With this, we are now supporting all of the widely used compressions for EXR.

Matcap example - DWAB compressed EXR
original example wasn't modified, this is from a different branch

My focus for future PRs will be on the overall performance of the loader.
Specifically trying decrease unnecessary datatype conversions and memory allocations.

@WestLangley
Copy link
Collaborator

Thanks! It is working for me on all my test files.

File needs formatting, though. mrdoob approves will do it, if you want.

@sciecode
Copy link
Contributor Author

File needs formatting, though. mrdoob approves will do it, if you want.

Will push a formatting fix in bit 👍

@WestLangley WestLangley added this to the r113 milestone Jan 13, 2020
@mrdoob mrdoob merged commit 23ae56f into mrdoob:dev Jan 14, 2020
@mrdoob
Copy link
Owner

mrdoob commented Jan 14, 2020

Thanks!

@sciecode sciecode deleted the dev-exrloader-dwa-compression branch January 14, 2020 15:26
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.

3 participants