Get "EXIF:DateTaken" with NConvert
Get "EXIF:DateTaken" with NConvert
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?
XnView 2.49.3 German, Win 10
Re: Get "EXIF:DateTaken" with NConvert
you would like to extract EXIF:DateTaken value to use it in your script, right?
Pierre.
Re: Get "EXIF:DateTaken" with NConvert
Perhaps extract the info with
Code: Select all
nconvert -fullinfo file.jpg
Pierre.
Re: Get "EXIF:DateTaken" with NConvert
Oops - my bad. I tried only "-info" ...
Thanks

Thanks
XnView 2.49.3 German, Win 10