Documentation ¶
Overview ¶
Package pcx implements a PCX image decoder and encoder.
Specification: http://web.archive.org/web/20030111010058/http://www.nist.fss.ru/hr/doc/spec/pcx.htm
Sample files: http://samples.ffmpeg.org/image-samples/pcx/
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Decode ¶
Decode reads a PCX image from r and returns it as an image.Image. The type of Image returned depends on the PCX contents.
func DecodeConfig ¶
DecodeConfig returns the color model and dimensions of a PCX image without decoding the entire image.
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 input uses a valid but unimplemented PCX feature.
func (UnsupportedError) Error ¶
func (e UnsupportedError) Error() string
Click to show internal directories.
Click to hide internal directories.