pub fn parse_ifd_chain(
source: &dyn TiffSource,
header: &TiffHeader,
) -> Result<Vec<Ifd>>Expand description
Parse the chain of IFDs starting from the header’s first IFD offset.
pub fn parse_ifd_chain(
source: &dyn TiffSource,
header: &TiffHeader,
) -> Result<Vec<Ifd>>Parse the chain of IFDs starting from the header’s first IFD offset.