Is use of addtext already possible with nconvert? Which parameters can be used? In which sequence should the info about text position, font, textcolor, backgroundcolor, content be put?
(I want something like: -addtext <IPTC:Caption> bottom-left textcolor 0 0 0 textbgcolor 255 255 255 font arial narrow
Will it be possible in the future to merge a series of imagefiles with corresponding textfiles like merging filename##.jpg with filename##.txt using the -addtext parameter?
wouter wrote:Is use of addtext already possible with nconvert? Which parameters can be used? In which sequence should the info about text position, font, textcolor, backgroundcolor, content be put?
(I want something like: -addtext <IPTC:Caption> bottom-left textcolor 0 0 0 textbgcolor 255 255 255 font arial narrow
Will it be possible in the future to merge a series of imagefiles with corresponding textfiles like merging filename##.jpg with filename##.txt using the -addtext parameter?
With -text option you can't use template for IPTC/EXIF, and it's :
-text TEXT -text_font arial 8 -textcolor 0 0 0 -textbgcolor 255 255 255
the result for nconvert is:
C:\Programme\XnView\nconvert -resize 80% 80% -q 90 -text_font Arial 80 -text "Rose - August 2005" -text_color 255 255 255 -text_back 0 0 0 -text_flag top-left -text_pos 50 50 -out jpeg -o C:\pictures\Blüten(1).jpg C:\pictures\Flowers\Blüten(1).jpg
I do'nt understand: i changed many parameters( textcolor, textbackroundcolor , ...) but the font is every time very small , black and on a transparent backround . What can i do or who can help ?
Anonymous wrote:
I do'nt understand: i changed many parameters( textcolor, textbackroundcolor , ...) but the font is every time very small , black and on a transparent backround . What can i do or who can help ?
Ok, it's a little problem, you must put -text after all text parameters, so :
C:\Programme\XnView\nconvert -resize 80% 80% -q 90 -text_font Arial 80 -text_color 255 255 255 -text_back 0 0 0 -text_flag top-left -text_pos 50 50 -text "Rose - August 2005" -out jpeg -o C:\pictures\Blüten(1).jpg C:\pictures\Flowers\Blüten(1).jpg