Is there any way to show in overlay info other informations than those listed in: Settings->View->Info->Information Displayed?
For example:
Code: Select all
$ exiftool -TAG -UserComment 141-4154_IMG.JPG
User Comment : Forum Romanum
I have tried Tag description, name and ID in decimal and hexadecimal form but with no luck (dec returns empty string and hex always returns first tag no matter which ID number I use):
Code: Select all
EXIF:User Comment="{EXIF:User Comment}";
EXIF:UserComment="{EXIF:UserComment}";
EXIF:37510="{EXIF:37510}";
EXIF:0x9286="{EXIF:0x9286}";
I have loads of old pictures described this way. Exiftool can read this tag, XnView can read this tag but I haven't found a method to show it in overlay info.
Can somebody help me with this?
Thanks for an answer.