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

BG: support more BMP files #33

Open
OliveIsAWord opened this issue Oct 14, 2024 · 1 comment
Open

BG: support more BMP files #33

OliveIsAWord opened this issue Oct 14, 2024 · 1 comment

Comments

@OliveIsAWord
Copy link
Contributor

Currently, bg.fxf only supports BMP files with a bit depth of 24 or 32 bits per pixel, and also does not support any of the "compression" types. It also incorrectly handles images of negative height (meaning the image data is stored top to bottom). At least some of these, especially 2/4/8 bits per pixel images, should be supported.

@OliveIsAWord
Copy link
Contributor Author

We also don't properly handle images whose width is not divisible by 4! This should surely be fixed.

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