XnViewMP v0.39 - Fullscreen overlay info
Posted: Sat Nov 12, 2011 10:18 am
Is there any way to show in overlay info other informations than those listed in: Settings->View->Info->Information Displayed?
For example:
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):
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.
For example:
Code: Select all
$ exiftool -TAG -UserComment 141-4154_IMG.JPG
User Comment : Forum Romanum
Code: Select all
EXIF:User Comment="{EXIF:User Comment}";
EXIF:UserComment="{EXIF:UserComment}";
EXIF:37510="{EXIF:37510}";
EXIF:0x9286="{EXIF:0x9286}";
Can somebody help me with this?
Thanks for an answer.