Registry / utility / rwcarlsen-goexif

rwcarlsen-goexif

JSON →
library0.0.0-20190401172101-9e8deecbddbdgogounverified

Package goexif provides EXIF metadata extraction from JPEG and TIFF images.

go get github.com/rwcarlsen/goexif
INSTALL
IMPORT
SIG · RWCARLSEN-GOEXIF
R
rwcarlsen-goexif
utilitygov0.0.0-20190401172101-9e8deecbddbd
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.

exif
github.com/rwcarlsen/goexif/exif

Decodes EXIF data from a JPEG file and prints it.

package main import ( "fmt" "os" "github.com/rwcarlsen/goexif/exif" ) func main() { f, _ := os.Open("photo.jpg") defer f.Close() x, _ := exif.Decode(f) fmt.Println(x.String()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20190401172101-9e8deecbddbdlatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
3 hits · last 30 days
node
2
Amazon
1
Resources
rwcarlsen-goexif — go get rwcarlsen-goexif · libregistry