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

Incremental TIFF loading #858

Closed
birktj opened this issue Jan 31, 2019 · 1 comment
Closed

Incremental TIFF loading #858

birktj opened this issue Jan 31, 2019 · 1 comment

Comments

@birktj
Copy link
Member

birktj commented Jan 31, 2019

Currently TIFFDecoder::Reader is Cursor<Vec<u8>>. My use case is processing of huge images and would like too have incremental loading of images (one strip at a time). This is something I would love to contribute, but I just want to check that this is something would be appreciated. At first I would like to start out with tiff, but if successful then I would like to look into other formats.

@fintelia
Copy link
Contributor

Yes! This is definitely a feature we'd like to have but haven't yet had anyone with the expertise/time to implement it.

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