pub(crate) fn parse_tiff<BR, R>( reader: &mut R, preamble: &[u8], ) -> ImResult<ImInfo>where BR: BinaryReader, R: Read + Seek,