Skip to main content

parse_ifd_chain

Function parse_ifd_chain 

Source
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.