Hi Phil,
Command:
exiftool -p "ISO exist" -if "$exif:ISO" photo.jpg
-will write "ISO exist" if ISO tag is defined.
Now, I would also like to get message ("No ISO") in case ISO tag isn't defined. Something like:
exiftool -p ("ISO exist" -if "$exif:ISO") else "No ISO" photo.jpg
-if possible at all, it should be a "single execute" command.
Yes, I have probably asked similar question before... :-[
Bogdan
Hi Bogdan,
Unfortunately there is no way to get exiftool to print something only if the condition fails.
- Phil
Hi Phil,
Thanks for answer -at least now I'm sure it can't be done. But I have found solution (for GUI needs) inbetween, so everything is fine.
Bogdan