Registry /
utility / dsoprea-go-png-image-structure
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
Parses a PNG file and prints its structure.
package main
import (
"fmt"
"github.com/dsoprea/go-png-image-structure"
)
func main() {
media, _ := pngstructure.NewMediaParser().ParseFile("image.png")
fmt.Println(media)
}
Debug
Known issues
No known issues recorded.
Upgrade
Version history
0.0.0-20210512210324-29b889a6093dlatest on pkg.go.dev
Audit
Dependencies
No dependency data recorded yet.