mirror of https://github.com/dsoprea/go-exif.git
Compare commits
No commits in common. "master" and "v3.0.1" have entirely different histories.
|
@ -13,8 +13,7 @@ This package provides native Go functionality to parse an existing EXIF block, u
|
|||
To get the project and dependencies:
|
||||
|
||||
```
|
||||
$ git clone https://github.com/dsoprea/go-exif.git
|
||||
$ cd v3
|
||||
$ go get -t github.com/dsoprea/go-exif/v3
|
||||
```
|
||||
|
||||
|
||||
|
@ -99,7 +98,7 @@ store a flat list of tags in an image for simplified, proprietary usage.
|
|||
There is a runnable reading/dumping tool included:
|
||||
|
||||
```
|
||||
$ go install github.com/dsoprea/go-exif/v3/command/exif-read-tool@latest
|
||||
$ go get github.com/dsoprea/go-exif/v3/command/exif-read-tool
|
||||
$ exif-read-tool --filepath "<media file-path>"
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue