Tagged Questions
0
votes
2answers
496 views
Multipart tiff and EXIF metadata
In the tif format, when you add EXIF meta data it creates an new IFD (tif-direcory) and stores the exif metadata as fields. So when parsing a tif file with a single image and exif data is easy. But ...