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

Add PNG decode support #29

Merged
merged 9 commits into from
Jul 25, 2022
Merged

Add PNG decode support #29

merged 9 commits into from
Jul 25, 2022

Conversation

derselbst
Copy link
Owner

@derselbst derselbst commented Jul 24, 2022

Add a (not-so-smart) PNG Decoder. Unfortunately, the possibilities of PNG files are very limited. I.e. the most fancy possible optimization seems to be using interlaced PNGs to derive a incomplete, single-colored preview images.

@derselbst derselbst merged commit 11737d4 into master Jul 25, 2022
@derselbst derselbst deleted the jxl branch July 25, 2022 20:50
derselbst added a commit that referenced this pull request Aug 1, 2022
Add a (not-so-smart) PNG Decoder. Unfortunately, the possibilities of PNG files are very limited. I.e. the most fancy possible optimization seems to be using interlaced PNGs to derive a incomplete, single-colored preview images.
derselbst added a commit that referenced this pull request Aug 1, 2022
Add a (not-so-smart) PNG Decoder. Unfortunately, the possibilities of PNG files are very limited. I.e. the most fancy possible optimization seems to be using interlaced PNGs to derive a incomplete, single-colored preview images.
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