I use this background pictrue:

1.png
execute:
Code: Select all
nconvert.exe -text test -text_flag center -o %_new.png 1.png

1_new.png
It seems below commands doesn't work:
-text_font
-text_color
-text_back
-text_flag
-text_pos
Moderators: helmut, XnTriq, xnview
Code: Select all
nconvert.exe -text test -text_flag center -o %_new.png 1.png
Code: Select all
nconvert.exe -text_flag center -text test -o %_new.png 1.png
Code: Select all
nconvert.exe -text_flag center -text test -o %_new.png 1.png