Windows Explorer does not display valid TIFF EXIF data
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)