Documentation ¶
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) Error ¶
func (e FormatError) Error() string
type Reader
deprecated
type Reader interface { io.ByteReader io.Reader }
Deprecated: Reader is not used by the image/jpeg package and should not be used by others. It is kept for compatibility.
Click to show internal directories.
Click to hide internal directories.