How to read TIFF metadata (tags) as strings in Julia?

Hi all,

I’m trying to find a way to read .tif image tags as strings to I can get metadata from the image. Specifically, I need to read in a GeoTiff and access several properties of the image to maintain its spatial reference. I’d like to avoid using GDAL in any way because I don’t want to add any non-julia dependencies to my package. Thanks for any help!

Perhaps GitHub - tlnagy/OMETIFF.jl: I/O operations for OME-TIFF files in Julia? It seems well-designed, though I don’t have much personal experience with it yet.

1 Like

Thanks, I’ll check that out!