Process TIFF Tags for Metadata on TiffReader
evamaxfield opened this issue · 4 comments
evamaxfield commented
Use Case
Please provide a use case to help us understand your request in context
https://forum.image.sc/t/reading-pixel-size-from-image-file-with-python/74798/20
Solution
Please describe your ideal solution
During initial setup of the TiffReader
object, process TIFF Tags for additional metadata (ImageJ puts physical pixel sizes in the Tiff Tags for example)
Alternatives
Please describe any alternatives you've considered, even if you've dismissed them
toloudis commented
Really? tifffile is usually great about this - we should try to get it from that library since we are using it for everything else.
tlambert03 commented
I have a rough branch ready to go, will push tomorrow if you don't beat me to it
evamaxfield commented
That branch looks good to me. Feel free to open a PR.