/go-image-png

This is a fork of the Go standard library "image/png" with a few niceties.

Primary LanguageGoMIT LicenseMIT

go-image-png

This is a fork of the Go standard library "image/png" with a few niceties.

Features

Use

Just import as you would other image packages. image.Decode and image.Encode should work out of the box.

import _ "github.com/mduvall/go-image-png/png"