Parses a TIFF/EXIF Image File Directory (IFD) from a DataView.
An IFD is a table of 12-byte entries containing:
Handles recursive IFD chaining via the next-IFD pointer.
DataView of the TIFF data
Byte offset to the IFD entry count
Byte order (true = Intel/little-endian)
Maximum IFD chain depth (default 10)
Parsed IFD with entries and next IFD offset
Parses a TIFF/EXIF Image File Directory (IFD) from a DataView.
An IFD is a table of 12-byte entries containing:
Handles recursive IFD chaining via the next-IFD pointer.