the data source to fetch from
the endianness of the file
whether the file is a BigTIFF
Optionaleager: boolean = falsewhether to eagerly fetch deferred fields. When false (default), tags are loaded lazily on-demand. When true, all tags are loaded immediately during parsing.
Helper function to retrieve a DataSlice from the source.
Byte offset of the slice
Optionallength: numberLength of the slice
Instructs to parse an image file directory at the given file offset. As there is no way to ensure that a location is indeed the start of an IFD, this function must be called with caution (e.g only using the IFD offsets from the headers or other IFDs).
the offset to parse the IFD at
the parsed IFD
Parser for Image File Directories (IFDs).