pub fn validate_exr(read: &mut impl Read) -> UnitResult
Expand description
Validate this image. If it is an exr file, return Ok(())
.
pub fn validate_exr(read: &mut impl Read) -> UnitResult
Validate this image. If it is an exr file, return Ok(())
.