Dumps the metadata of a TIFF file
A useful utility for checking all metadata in TIFF files. (Also works for some JPEG files that use Exif.)
http://joel1fx.github.io/tiff_metadata/
Download the repo and
make
The code is stdio C, so it should compile readily.
Usage:
tiff_metadata file.tiff
MIT license