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

Allow Decoder::next_image() to be called multiple times to allow paging through a multi-page TIFF #37

Merged
merged 2 commits into from
Apr 25, 2019

Conversation

jimrybarski
Copy link
Contributor

Due to some ownership issues, it does not seem possible to iterate through a multi-page TIFF, since next_image can only be called once. I just fiddled with the borrows a bit. This should fix #34.

@birktj
Copy link
Member

birktj commented Apr 25, 2019

I want to merge this as it should make the library more usable. @HeroicKatora do you have any objections?

After this and #41 is merged I think we should release a new version of the library,

@HeroicKatora
Copy link
Member

Seems fine. If you're ready for releasing 0.3 feel free to ping me.

@birktj birktj merged commit 4609425 into image-rs:master Apr 25, 2019
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.

Missing docs/examples for decoder.next_image()
3 participants