Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ncruces/go-exiftool
A thin wrapper around ExifTool
https://github.com/ncruces/go-exiftool
exiftool
Last synced: 14 days 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 (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-09T01:07:37.000Z (4 months ago)
- Last Synced: 2024-07-10T04:22:45.984Z (4 months ago)
- Topics: exiftool
- Language: Go
- Homepage: https://pkg.go.dev/github.com/ncruces/go-exiftool
- Size: 19.5 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- 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
[![PkgGoDev](https://pkg.go.dev/badge/image)](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