Function openexr::util::test_file::is_openexr_file[][src]

pub fn is_openexr_file<P: AsRef<Path>>(filename: P) -> Option<FileInfo>
Expand description

Get information about the type of OpenEXR file at path filename.

If the file cannot be opened, or is not an OpenEXR file, None is returned.