Module exr::image::read::image

source ·
Expand description

The last wrapper of image readers, finally containing the [from_file(path)] method. This completes the builder and reads a complete image.

Structs

  • Processes blocks from a file and collects them into a complete Image.
  • Specify whether to read the image in parallel, whether to use pedantic error handling, and a callback for the reading progress.

Traits

  • Processes pixel blocks from a file and accumulates them into a single image layer.
  • A template that creates a LayerReader for each layer in the file.