go-exif icon indicating copy to clipboard operation
go-exif copied to clipboard

A very complete, highly tested, standards-driven (but customizable) EXIF reader/writer lovingly written in Go.

Results 18 go-exif issues
Sort by recently updated
recently updated
newest added

Seems like Go Modules is very picky about version format, it recognizes `v3.0.0`, but not `3.0.0`.

Hi author and contributors, I am really happy to see that v3 has been released with many support for the way reading EXIF. I made this issue to ask some...

Hello, I want to read EXIF data in my Go code, but the files I use are generally large, around 140 MB per photo. The code I've seen so far...

Hi, I literally can't figure out how to use v3 to set some exifs on a TIFF image. Can you provide me an example? Thank you!

Issue: JSON flag is incorrect. README reads `-json` when it should be `--json` Proposed: amend the following line in the README file [https://github.com/dsoprea/go-exif/blob/6579e82b732d117f690de201d5932104f655e166/README.md?plain=1#L122](url)

This PR is attempting to fix https://github.com/dsoprea/go-exif/issues/80 by adding a codec for the `PrintImageMatching `tag. I tried to find more information about this tag structure, but it was not an...

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20200513185701-a91f0712d120 to 0.7.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/net&package-manager=go_modules&previous-version=0.0.0-20200513185701-a91f0712d120&new-version=0.7.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies