Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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