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

Support 5/1-bit encoded TGA images. #2303

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

red-001
Copy link

@red-001 red-001 commented Aug 6, 2024

I license past and future contributions under the dual MIT/Apache-2.0 license,
allowing licensees to choose either at their option.

The decoder does the same thing as the BMP decoder, and converts 16-bit and 15-bit packed pixels to 24/32-bit ones on load.

This change implements #559 .

@red-001 red-001 marked this pull request as draft August 6, 2024 15:32
@red-001 red-001 force-pushed the tga_low_bit_image branch 2 times, most recently from e1e23f1 to 7e5a6a9 Compare August 6, 2024 19:16
@red-001 red-001 marked this pull request as ready for review August 6, 2024 19:16
The decoder does the same thing as the BMP decoder, and converts 16-bit images to 32-bit ones on load.
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.

1 participant