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

pub fn read_all_data_from_file(path: impl AsRef<Path>) -> Result<AnyImage>
Expand description

All resolution levels, all channels, all layers. Does not support deep data yet. Uses parallel decompression and relaxed error handling. Inspect the source code of this function if you need customization.