Windows Explorer does not display valid TIFF EXIF data

Pierre Chatelier 81 Reputation points
2021-09-09T11:37:58.883+00:00

I manually create a TIFF file (using OpenCV)
I manually add metadata to that file (using libtiff)
I check metadata (using exiftool)
Everything works well : baseline TIFF tags are here, EXIF tags are here, no warning anywhere (according to exiftool)

However, Windows Explorer "details" panel on the TIFF file only displays the baseline TIFF tags, none of the EXIF tags are displayed.

Is there some special trick to make EXIF tags compatible with Windows Explorer ?

Of course, here is a sample project : https://chachatelier.fr/temp/TestTIFF.zip (requires Visual Studio 2019 and a dependency to OpenCV resolved in the props file)

Community Center | Not monitored
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.