Documentation ¶
Overview ¶
Package psp implements a Paint Shop Pro image decoder.
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 PCX.
func (FormatError) Error ¶
func (e FormatError) Error() string
type UnsupportedError ¶
type UnsupportedError string
An UnsupportedError reports that the variant of the PCX file is not supported.
func (UnsupportedError) Error ¶
func (e UnsupportedError) Error() string
Click to show internal directories.
Click to hide internal directories.