Get "EXIF:DateTaken" with NConvert
Moderators: XnTriq, helmut, xnview
-
- XnThusiast
- Posts: 1347
- Joined: Thu Nov 24, 2005 3:07 pm
- Location: CH
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?
XnViewMP <Current version> German, XnConvert <Current version>, Win 10
-
- Author of XnView
- Posts: 44451
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France
Re: Get "EXIF:DateTaken" with NConvert
you would like to extract EXIF:DateTaken value to use it in your script, right?
Pierre.
-
- XnThusiast
- Posts: 1347
- Joined: Thu Nov 24, 2005 3:07 pm
- Location: CH
Re: Get "EXIF:DateTaken" with NConvert
Correct.
XnViewMP <Current version> German, XnConvert <Current version>, Win 10
-
- Author of XnView
- Posts: 44451
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France
Re: Get "EXIF:DateTaken" with NConvert
Perhaps extract the info with
Code: Select all
nconvert -fullinfo file.jpg
Pierre.
-
- XnThusiast
- Posts: 1347
- Joined: Thu Nov 24, 2005 3:07 pm
- Location: CH
Re: Get "EXIF:DateTaken" with NConvert
Oops - my bad. I tried only "-info" ...
Thanks
Thanks
XnViewMP <Current version> German, XnConvert <Current version>, Win 10