barasher / go-exiftool

Golang wrapper for Exiftool : extract as much metadata as possible (EXIF, ...) from files (pictures, pdf, office documents, ...)
GNU General Public License v3.0
246 stars 43 forks source link

init new instance #20

Closed yavitvas closed 3 years ago

yavitvas commented 3 years ago

hi pls help how can I init a new instance exiftool with a arg "-a" ? exapmle: et, err := exiftool.NewExiftool("-a")

$exiftool -a /path/file

yavitvas commented 3 years ago

solved