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 all indexed png #8

Closed
beoran opened this issue Sep 13, 2021 · 2 comments
Closed

Support all indexed png #8

beoran opened this issue Sep 13, 2021 · 2 comments

Comments

@beoran
Copy link
Contributor

beoran commented Sep 13, 2021

Currently 7800basic refuses to include indexed png if they have a byte_depth > 2. however, there are many PNG editors that always save indexed images with byte_depth 8, even if the palette has the right size. I use mtPaint which has this problem. Could such images be accepted as long as the palette size is correct?

@beoran
Copy link
Contributor Author

beoran commented Sep 13, 2021

I made a PR fro discussion #9.

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

2 participants
@beoran and others