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

wip: Support fake alpha for BMP files #728

Closed
wants to merge 1 commit into from

Conversation

tmccombs
Copy link

Fixes #727

This isn't currently in a mergeable state, because it just always assumes that the unused bits are an alpha channel if bpp is 32 and compression doesn't set BITFIELDS.

@KoenDG
Copy link
Contributor

KoenDG commented Dec 1, 2023

Was going over github and chanced upon this.

@tmccombs Is this still a thing? Reading the Issue, it seems a different solution was found. Can this and this issue be closed or is there still a reason for it?

@haraldk
Copy link
Owner

haraldk commented Dec 1, 2023

Closing, as the suggested workaround in #727 seems sufficient for now.

@haraldk haraldk closed this Dec 1, 2023
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.

BMP: Support fake alpha in BMPImageReader
3 participants