/pngr

A pure golang PNG chunk reader

Primary LanguageGoMIT LicenseMIT

PNGr

Build Status Coverage Status Go Report Card

A pure golang PNG chunk reader.

Install

go get github.com/sabhiram/pngr

Usage

TODO

Sample application

There is a short sample app in examples/main.go.