Configure IFD mapping and Tag indices
masterThe library is configuration-driven and does not have built-in knowledge of tags and IDs by default. To use it, you must provide:
- IFD mapping: Contains knowledge of the IFD hierarchies and their tag-IDs.
- Tag index: Contains knowledge of the tags that specific IFDs are allowed to host.
While there are convenience functions to load standard TIFF information, you can also load custom IFDs and tags to support non-standard or proprietary EXIF implementations.