Function exr::image::read::read_all_flat_layers_from_file[][src]

pub fn read_all_flat_layers_from_file(
    path: impl AsRef<Path>
) -> Result<FlatImage>
Expand description

No deep data, no resolution levels, all channels, all layers. Uses parallel decompression and relaxed error handling. Inspect the source code of this function if you need customization.