Documentation ¶
Overview ¶
Package tiff implements a TIFF image decoder.
The TIFF specification is at http://partners.adobe.com/public/developer/en/tiff/TIFF6.pdf
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 TIFF image.
func (FormatError) String ¶
func (e FormatError) String() string
type InternalError ¶
type InternalError string
An InternalError reports that an internal error was encountered.
func (InternalError) String ¶
func (e InternalError) String() string
type UnsupportedError ¶
type UnsupportedError string
An UnsupportedError reports that the input uses a valid but unimplemented feature.
func (UnsupportedError) String ¶
func (e UnsupportedError) String() string
Click to show internal directories.
Click to hide internal directories.