Registry / utility / barasher-go-exiftool

barasher-go-exiftool

JSON →
library1.10.0gogounverified

A Go wrapper around ExifTool for reading and writing metadata in media files.

go get github.com/barasher/go-exiftool
INSTALL
IMPORT
SIG · BARASHER-GO-EXIFTO
B
barasher-go-exiftool
utilitygov1.10.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

exiftool
github.com/barasher/go-exiftool

Extract metadata from a JPEG file

package main import ( "fmt" "github.com/barasher/go-exiftool" ) func main() { et, _ := exiftool.NewExiftool() defer et.Close() fileInfos := et.ExtractMetadata("photo.jpg") fmt.Println(fileInfos[0].Fields) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.10.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
OpenAI (training)
1
Resources
barasher-go-exiftool — go get barasher-go-exiftool · libregistry