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

sRGB formats make textures lighter when exporting #11

Closed
matyalatte opened this issue Oct 18, 2023 · 1 comment · Fixed by #12
Closed

sRGB formats make textures lighter when exporting #11

matyalatte opened this issue Oct 18, 2023 · 1 comment · Fixed by #12
Labels
bug Something isn't working

Comments

@matyalatte
Copy link
Owner

Related to #10.

Here is an example. The second image is the exported one.

Texconv seems to do the colorspace conversion if the DXGI format is *_SRGB.
We have to disable it with the colorspace options.

But the custom build of texconv doesn't support the options.
So, we need to rebuild the DLL to restore them.

@matyalatte matyalatte added the bug Something isn't working label Oct 18, 2023
@matyalatte
Copy link
Owner Author

fixed at 5cf72c1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant