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

Change png decoding function to support png files that have no alpha #16

Merged
merged 1 commit into from
Dec 4, 2022

Conversation

niryuu
Copy link
Contributor

@niryuu niryuu commented Dec 1, 2022

We are using PNG tiles which have only RGB and not have Alpha.
However, this library treats these as RGBA files.
Hence, I changed the PNG decoding function to treat these correctly.

@JinIgarashi JinIgarashi merged commit 8185d54 into watergis:main Dec 4, 2022
@JinIgarashi JinIgarashi added the bug Something isn't working label Dec 4, 2022
@JinIgarashi
Copy link
Member

@niryuu Thank you for pull request. v1.1.12 was released with this change

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants