TIFFIFD
In TIFF, an Image File Directory (IFD) is a data structure that stores metadata tags describing an image and pointers to the image data. A TIFF file may contain multiple IFDs, each representing an image or a subfile.
An IFD starts with a 2-byte count of directory entries, followed by that many 12-byte directory entries.
Tags and data: Directory entries specify metadata like image dimensions, color format, compression, tile/strip offsets, and
Usage: TIFF readers parse the IFD to obtain image metadata and to locate the image data. Multiple
Note: "TIFFIFD" is commonly used in libraries to refer to the image file directory data structure, not