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

Implemented incremental png loading #860

Merged
merged 2 commits into from
Feb 27, 2019

Conversation

birktj
Copy link
Member

@birktj birktj commented Feb 1, 2019

This adds an incremental reader to the png type. The reader uses png::Reader::next_row to try to decode the png one row at a time.

This is a small breaking api change as PNGDecoder::Reader now becomes PNGReader.

There should probably be some new tests to check the reader with different buffers ect... but I am not entirely sure where they should go?

Related to #858

@birktj
Copy link
Member Author

birktj commented Feb 26, 2019

@fintelia or @HeroicKatora could you have a look at this?

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.

None yet

4 participants