-
Notifications
You must be signed in to change notification settings - Fork 484
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
3/4 Make RandomAccessReader.isMotorolaByteOrder read only #585
base: main
Are you sure you want to change the base?
Commits on Jul 20, 2024
-
Simplify TIFF processing by 'shifting' base of indexed reader, rather…
… than passing TIFF header offsets around everywhere.
Configuration menu - View commit details
-
Copy full SHA for 3a975db - Browse repository at this point
Copy the full SHA 3a975dbView commit details
Commits on Jul 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 675ab95 - Browse repository at this point
Copy the full SHA 675ab95View commit details
Commits on Jul 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f5ddfcd - Browse repository at this point
Copy the full SHA f5ddfcdView commit details -
Support BigTIFF encoded TIFF data
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.
Configuration menu - View commit details
-
Copy full SHA for 6964deb - Browse repository at this point
Copy the full SHA 6964debView commit details -
Change ITiffHandler.SetTiffMarker to accept ushort
This will only ever be a 16-bit value.
Configuration menu - View commit details
-
Copy full SHA for dec9b6b - Browse repository at this point
Copy the full SHA dec9b6bView commit details -
Pass Set for processed IFD offsets
This allows combining the add and test operations into a single lookup.
Configuration menu - View commit details
-
Copy full SHA for 499ea8a - Browse repository at this point
Copy the full SHA 499ea8aView commit details -
Make RandomAccessReader.isMotorolaByteOrder read only.
If the byte order changes during extraction, a new reader is made via WithByteOrder. That new reader is naturally scoped to the sub-reading operation, and the byte order does not need to be reverted.
Configuration menu - View commit details
-
Copy full SHA for f1e1ea5 - Browse repository at this point
Copy the full SHA f1e1ea5View commit details