https://github.com/ncruces/go-exiftool
A thin wrapper around ExifTool
https://github.com/ncruces/go-exiftool
exiftool
Last synced: about 1 year ago
JSON representation
A thin wrapper around ExifTool
- Host: GitHub
- URL: https://github.com/ncruces/go-exiftool
- Owner: ncruces
- License: mit
- Created: 2020-10-22T13:46:05.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-07-09T01:07:37.000Z (almost 2 years ago)
- Last Synced: 2025-03-22T07:24:51.496Z (over 1 year ago)
- Topics: exiftool
- Language: Go
- Homepage: https://pkg.go.dev/github.com/ncruces/go-exiftool
- Size: 19.5 KB
- Stars: 8
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# A thin wrapper around ExifTool
[](https://pkg.go.dev/github.com/ncruces/go-exiftool)
This uses the excellent ExifTool by Phil Harvey:
- https://exiftool.org/
- https://github.com/exiftool/exiftool
[dist_unix.sh](dist_unix.sh) and [dist_windows.sh](dist_windows.sh) build minimal, self-contained distros of ExifTool
for both Unix (Linux/macOS/etc) and Windows.
Use [Git BASH](https://gitforwindows.org/) to run the Windows script.
The Windows version uses Strawberry Perl:
- https://strawberryperl.com/
- https://github.com/StrawberryPerl