Module exr::image::write::samples

source ·
Expand description

How to write samples (a grid of f32, f16 or u32 values).

Structs

Traits

  • A temporary writer for one or more resolution levels containing samples
  • Enable an image with this single level sample grid to be written to a file. Only contained within Levels.
  • Enable an image with this sample grid to be written to a file. Also can contain multiple resolution levels. Usually contained within Channels.