Crate pcx [] [src]

Library for reading and writing PCX image format.

PCX is quite old format, it is not recommended to use it for new applications.

PCX does not contain any color space information. Today one will usually interpret it as containing colors in sRGB color space.

Modules

low_level

Low-level handling of PCX. You generally don't need to use this module.

Structs

Reader

PCX file reader.

WriterPaletted

Create paletted PCX image.

WriterRgb

Create 24-bit RGB PCX image.