Page 1 of 1

Get "EXIF:DateTaken" with NConvert

Posted: Wed Jan 13, 2021 9:57 am
by Peter2
I try to use NConvert inside a AHK (AutoHotKey) Script, and there I want to extract and save and reuse the value of "EXIF:DateTaken". Is this possible?

Re: Get "EXIF:DateTaken" with NConvert

Posted: Wed Jan 13, 2021 6:59 pm
by xnview
you would like to extract EXIF:DateTaken value to use it in your script, right?

Re: Get "EXIF:DateTaken" with NConvert

Posted: Thu Jan 14, 2021 7:36 am
by Peter2
xnview wrote: Wed Jan 13, 2021 6:59 pm you would like to extract EXIF:DateTaken value to use it in your script, right?
Correct.

Re: Get "EXIF:DateTaken" with NConvert

Posted: Thu Jan 14, 2021 8:52 am
by xnview
Perhaps extract the info with

Code: Select all

nconvert -fullinfo file.jpg

Re: Get "EXIF:DateTaken" with NConvert

Posted: Thu Jan 14, 2021 9:32 am
by Peter2
Oops - my bad. I tried only "-info" ... :(

Thanks