Documentation
¶
Overview ¶
The jpeg package implements a decoder for JPEG images, as defined in ITU-T T.81.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FormatError ¶
type FormatError string
A FormatError reports that the input is not a valid JPEG.
func (FormatError) String ¶
func (e FormatError) String() string
type Reader ¶
If the passed in io.Reader does not also have ReadByte, then Decode will introduce its own buffering.
type UnsupportedError ¶
type UnsupportedError string
An UnsupportedError reports that the input uses a valid but unimplemented JPEG feature.
func (UnsupportedError) String ¶
func (e UnsupportedError) String() string
Click to show internal directories.
Click to hide internal directories.