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

Fixed BC5 DDS loading #2198

Merged

Conversation

RunDevelopment
Copy link
Member

This fixes chainner decoding BC5 SNORM DDS files incorrectly.

The problem was python-pillow/Pillow#7386, so the fix is to simply read DDS files with texconv. PIL was only the preferred DDS decoder because it's faster, but that doesn't matter when it's incorrect.

@RunDevelopment
Copy link
Member Author

Fixes part of #2195.

@joeyballentine joeyballentine merged commit ba11d8e into chaiNNer-org:main Sep 10, 2023
14 checks passed
@RunDevelopment RunDevelopment deleted the fix-BC5-dds-loading branch September 10, 2023 15:39
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.

None yet

2 participants