<p>I'm somewhat surprised that the standard library doesn't have any support for reading or writing EXIF tags. I'm further surprised that there are no pure-go EXIF implementations available that can both read and write.</p>
<p>Any recommendations?</p>
<hr/>**评论:**<br/><br/>nauntilus: <pre><p>If you find one I would be interested, otherwise this is a library that I plan on writing. </p></pre>heartwilltell: <pre><p><a href="https://github.com/m0rcq/go-exif" rel="nofollow">https://github.com/m0rcq/go-exif</a>
<a href="https://github.com/rwcarlsen/goexif" rel="nofollow">https://github.com/rwcarlsen/goexif</a>
<a href="https://github.com/xiam/exif" rel="nofollow">https://github.com/xiam/exif</a>
For example ?</p></pre>Aeaex: <pre><p>Thanks for your contribution. I did note in the original post that I was looking for a library to write as well as read. And in pure go. Unfortunately none of the libraries you linked fit into this category. It seems we might need to write one.</p></pre>