Skip to content

Commit 9f8314c

Browse files
authored
Refactor reading TIFF metadata (#82)
* Refactor reading TIFF metadata * Fix Python bindings * Fix clippy * Don't use stateful cursor when reading tags * Refactor `ImageFileDirectoryReader` to support reading individual tags * Expose `next_ifd_offset` * Don't make ImageFileDirectoryReader stateful * Remove `get_metadata` from AsyncFileReader Use file APIs directly * Remove `get_metadata` impl from reader * Rename to PrefetchBuffer * Fix doctest
1 parent 4f387e1 commit 9f8314c

File tree

16 files changed

+1080
-833
lines changed

16 files changed

+1080
-833
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ tokio = { version = "1.9", features = [
3333
"rt-multi-thread",
3434
"io-util",
3535
] }
36+
tokio-test = "0.4.4"
3637

3738
[features]
3839
default = ["object_store", "reqwest"]

python/Cargo.lock

Lines changed: 117 additions & 46 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)