Function imagefmt::read_info_from [] [src]

pub fn read_info_from<R: Read + Seek>(r: &mut R) -> Result<Info>

Like read_info but reads from a reader. If it fails, it seeks back to where started.