Registry / utility / dsoprea-go-png-image-structure-v2

dsoprea-go-png-image-structure-v2

JSON →
library2.0.0-20210512210324-29b889a6093dgogounverified

A Go library for inspecting and manipulating PNG image structure, including metadata and chunks.

go get github.com/dsoprea/go-png-image-structure/v2
INSTALL
IMPORT
SIG · DSOPREA-GO-PNG-IMA
D
dsoprea-go-png-image-structure-v2
utilitygov2.0.0-20210512210324-29b889a6093d
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.

pngstructure
github.com/dsoprea/go-png-image-structure/v2

Creates a new PNG media parser.

package main import ( "fmt" "github.com/dsoprea/go-png-image-structure/v2" ) func main() { media, err := pngstructure.NewMedia() if err != nil { panic(err) } fmt.Println(media) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.0-20210512210324-29b889a6093dlatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
dsoprea-go-png-image-structure-v2 — go get dsoprea-go-png-image-structure-v2 · libregistry