Registry / utility / dsoprea-go-iptc

dsoprea-go-iptc

JSON →
library0.0.0-20200610044640-bc9ca208b413gogounverified

A Go library for reading and writing IPTC metadata in images.

go get github.com/dsoprea/go-iptc
INSTALL
IMPORT
SIG · DSOPREA-GO-IPTC
D
dsoprea-go-iptc
utilitygov0.0.0-20200610044640-bc9ca208b413
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.

iptc
github.com/dsoprea/go-iptc

Reads IPTC metadata from an image file.

package main import ( "fmt" "github.com/dsoprea/go-iptc" ) func main() { data, err := iptc.ReadFile("image.jpg") if err != nil { panic(err) } fmt.Println(data) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20200610044640-bc9ca208b413latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
dsoprea-go-iptc — go get dsoprea-go-iptc · libregistry