Display EXIF information

Ideas for improvements and requests for new features in XnView MP

Moderators: XnTriq, helmut, xnview

Post Reply
DenTNT
Posts: 23
Joined: Sat Dec 11, 2010 7:20 pm

Display EXIF information

Post by DenTNT »

It is not a BUG, but it is a polish request...
View -> Info -> Information displayed
When I use code:

Code: Select all

{EXIF:Exposure Time}s f/{EXIF:F-Number} ISO{EXIF:ISO Value}
All works fine, if there is EXIF data in the image:
1/13s f/2.0 ISO3200
But If there is no EXIF data, I see this:
s f/ ISO
Is there a way to fix it (don't display string if there is at least one NULL?
Or can you add new variables like:
{EXIF:Exposure Time desc}
{EXIF:F-Number desc}
{EXIF:ISO Value desc}
To display not only data, but description also.
Thanks!
Post Reply