Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Decode ¶
Decode reads a DNG image from r and returns the embedded JPEG thumbnail as an image.Image.
func DecodeConfig ¶
DecodeConfig returns the color model and dimensions of a TIFF image without decoding the entire image.
Types ¶
type FormatError ¶
type FormatError struct {
Format string
}
A FormatError reports that the input is not a valid TIFF image.
func (*FormatError) Error ¶
func (e *FormatError) Error() string
type InternalError ¶
type InternalError struct {
Message string
}
An InternalError reports that an internal error was encountered.
func (*InternalError) Error ¶
func (e *InternalError) Error() string
type UnsupportedError ¶
type UnsupportedError struct {
Feature string
}
An UnsupportedError reports that the input uses a valid but unimplemented feature.
func (*UnsupportedError) Error ¶
func (e *UnsupportedError) Error() string
Click to show internal directories.
Click to hide internal directories.