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

Support BigTIFF encoded TIFF data #302

Merged
merged 5 commits into from
Aug 1, 2021
Merged

Support BigTIFF encoded TIFF data #302

merged 5 commits into from
Aug 1, 2021

Conversation

drewnoakes
Copy link
Owner

Note that while BigTIFF supports files greater than 2 GiB in size, our current implementation does not due to the pervasive use of Int32 throughout the code to represent offsets into the data.

This PR involves several API changes. These are public APIs, but are unlikely to be used directly by user code.

This will only ever be a 16-bit value.
This allows combining the add and test operations into a single lookup.
Note that while BigTIFF supports files greater than 2 GiB in size, our current implementation does not due to the pervasive use of Int32 throughout the code to represent offsets into the data.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant