Info Panel add check "if exif value exists".
Posted: Sun Sep 17, 2023 5:41 pm
inside Tools > Settings > View > Info tab can we add check for value being present in EXIF e.g.
If value is there it will show block from true condition if not then show block from false condition.
Reason, when different cameras and lenses e.g. full manual lens does not have aperture or focal length inside exif, info window looks wrong showing info like "Focal length: mm" its just one example.
Code: Select all
if {EXIF:Focal Length} then {
Focal Length: {EXIF:Focal Length}mm
} else {
Focal length info missing
}
Reason, when different cameras and lenses e.g. full manual lens does not have aperture or focal length inside exif, info window looks wrong showing info like "Focal length: mm" its just one example.