package
0.0.0-20130121074735-1d03baafba06
Repository: https://github.com/icattlecoder/go.git
Documentation: pkg.go.dev
# Functions
Decode reads a JPEG image from r and returns it as an image.Image.
DecodeConfig returns the color model and dimensions of a JPEG image without decoding the entire image.
Encode writes the Image m to w in JPEG 4:2:0 baseline format with the given options.
# Constants
DefaultQuality is the default quality encoding parameter.
# Interfaces
If the passed in io.Reader does not also have ReadByte, then Decode will introduce its own buffering.
# Type aliases
A FormatError reports that the input is not a valid JPEG.
An UnsupportedError reports that the input uses a valid but unimplemented JPEG feature.