[][src]Module exr::compression

Contains the compression attribute definition and methods to compress and decompress data.

Enums

Compression

Specifies which compression method to use. Use uncompressed data for fastest loading and writing speeds. Use RLE compression for fast loading and writing with slight memory savings. Use ZIP compression for slow processing with large memory savings.

Type Definitions

ByteVec

A byte vector.

Bytes

A byte slice.