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

Fix TGA rawmode BGRA;15 #7965

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Fix TGA rawmode BGRA;15 #7965

wants to merge 3 commits into from

Conversation

Yay295
Copy link
Contributor

@Yay295 Yay295 commented Apr 11, 2024

Looks like a typo in the mode name. The only other place "BGR;5" is used is in Unpack.c where it's an alias for "BGR;15".

The documentation I found says that it should actually be "BGRA;16" though, which isn't a mode we support.

@Yay295
Copy link
Contributor Author

Yay295 commented Apr 11, 2024

Actually, I missed it; "BGRA;15" is supported.

@Yay295 Yay295 changed the title Fix TGA rawmode BGR;15 Fix TGA rawmode BGRA;15 Apr 11, 2024
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants