Module pcx::low_level[][src]

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

Re-exports

pub use self::header::Header;

Modules

header

PCX file header.

rle

Implementation of compression/decompression using variant of RLE (run-length-encoding) used in PCX files.

Constants

MAGIC_BYTE

Magic byte which is used as first byte in all PCX files.

PALETTE_START

Byte marking start of 256-color palette.