Commit 9f8314c
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 doctest1 parent 4f387e1 commit 9f8314c
File tree
16 files changed
+1080
-833
lines changed- python
- python/async_tiff
- src
- src
- metadata
- tests/image_tiff
16 files changed
+1080
-833
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments