[][src]Crate exr

Read and write OpenEXR images. This library uses no foreign code or unsafe Rust.

See the README.md for more information, or check out the examples.

Modules

chunks

Handle raw pixel data bytes. Does not include compression and decompression.

compression

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

error

Error type definitions.

image

Read and write an exr image. Use exr::image::simple or exr::image::full for actually reading a complete image.

io

Specialized binary input and output. Uses the error handling for this crate.

math

Simple math utilities.

meta

Describes all meta data possible in an exr file.

prelude

Re-exports of all modules types commonly required for simple reading and writing of an exr image.