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

**URL:** https://discourse.julialang.org/t/how-to-read-tiff-metadata-tags-as-strings-in-julia/27121
**Category:** General Usage
**Tags:** images
**Created:** [August 2, 2019, 9:14pm UTC](https://discourse.julialang.org/t/how-to-read-tiff-metadata-tags-as-strings-in-julia/27121 "2019-08-02T21:14:02Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![vlandau](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/vlandau/32/8986_2.png) [@vlandau](https://discourse.julialang.org/u/vlandau)
#### Post date: [August 2, 2019, 9:14pm UTC](https://discourse.julialang.org/t/how-to-read-tiff-metadata-tags-as-strings-in-julia/27121/1 "2019-08-02T21:14:02Z")

</div>

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!

---

<div class="post-metadata">

### Author: ![tim.holy](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/tim.holy/32/52_2.png) [@tim.holy](https://discourse.julialang.org/u/tim.holy)
#### Post date: [August 3, 2019, 12:19am UTC](https://discourse.julialang.org/t/how-to-read-tiff-metadata-tags-as-strings-in-julia/27121/2 "2019-08-03T00:19:45Z")

</div>

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

---

<div class="post-metadata">

### Author: ![vlandau](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/vlandau/32/8986_2.png) [@vlandau](https://discourse.julialang.org/u/vlandau)
#### Post date: [August 6, 2019, 7:27pm UTC](https://discourse.julialang.org/t/how-to-read-tiff-metadata-tags-as-strings-in-julia/27121/3 "2019-08-06T19:27:11Z")

</div>

Thanks, I’ll check that out!
