package
0.0.0-20130121074735-1d03baafba06
Repository: https://github.com/icattlecoder/go.git
Documentation: pkg.go.dev
# Functions
Decode reads a PNG image from r and returns it as an image.Image.
DecodeConfig returns the color model and dimensions of a PNG image without decoding the entire image.
Encode writes the Image m to w in PNG format.
# Type aliases
A FormatError reports that the input is not a valid PNG.
An UnsupportedError reports that the input uses a valid but unimplemented PNG feature.