nconvert 6.21 does not expand parameters of add_text
Posted: Thu Dec 13, 2012 2:58 am
According to http://newsgroup.xnview.com/viewtopic.p ... xt#p103453 the expansion of metadata options should be integrated in nconvert.
I am using nconvert Version 6.21, Win7 x64.
An xnConvert saved for nconvert script created the following output:
Sideline: as described in http://newsgroup.xnview.com/viewtopic.php?f=57&t=26999, the save as function is buggy for the font specification, because the font name should be included in double quotes, and the font size must be specified, e.g."
However, the problem I cannot solve is the expansion of the metadata options. Instead of the Filename, etc, the text is taken literally. The options
literally write the text {Filename With Ext} @ {EXIF:Date Taken [Y-m-d, H:M]} into the image.
I tried in a batch, or the command line directly, tried to modify the curly brackets and double quotes. Nothing helps.
Am I doing something wrong?
Or is the function not implemented yet?
Any plan for implementing that?
Thanks!
I am using nconvert Version 6.21, Win7 x64.
An xnConvert saved for nconvert script created the following output:
Code: Select all
nconvert -text_font Courier New -text_color 255 255 255 -text_back 141 141 141 -text_flag bottom-left -text_pos 0 0 -text_rotation 0 -text " {Filename With Ext} @ {EXIF:Date Taken [Y-m-d, H:M]} "
Code: Select all
-text_font "Courier New" 30
Code: Select all
-text " {Filename With Ext} @ {EXIF:Date Taken [Y-m-d, H:M]} "
I tried in a batch, or the command line directly, tried to modify the curly brackets and double quotes. Nothing helps.
Am I doing something wrong?
Or is the function not implemented yet?
Any plan for implementing that?
Thanks!