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

More Atlas bitmap formats #4

Closed
KyrietS opened this issue Jun 10, 2023 · 0 comments
Closed

More Atlas bitmap formats #4

KyrietS opened this issue Jun 10, 2023 · 0 comments
Labels
feature New feature or request

Comments

@KyrietS
Copy link
Owner

KyrietS commented Jun 10, 2023

Currently only 1-byte GRAYSCALE is supported. It means that one pixel is stored in one byte. Other formats could be:

  • GRAY8 + ALPHA8
  • RGB_888
  • RGBA_8888

Internally Trex will always use 1-byte GRAYSCALE, because any other format is redundant. But users may need it, so some built-in conversion function is nice to have.

@KyrietS KyrietS added the feature New feature or request label Jun 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant