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

Palette conversion out of sync with n64img #227

Open
marijnvdwerf opened this issue Mar 27, 2023 · 0 comments
Open

Palette conversion out of sync with n64img #227

marijnvdwerf opened this issue Mar 27, 2023 · 0 comments

Comments

@marijnvdwerf
Copy link
Contributor

Since decompals/n64img@fef013f, Splat performs rgba5551 (rgba16) to rgba8888 conversion using unpack_color, which was the same as the unpack_color that was removed in that commit. Now rgba-images have a different conversion method than indexed images.

To solve this, I propose to make n64img also export a new unpack_color function, and use that in both places.

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

No branches or pull requests

1 participant