Page 1 of 1

'-text_flag' Command doesn't work

Posted: Wed Nov 05, 2008 3:36 am
by tireless
Why doesn't work?

I use this background pictrue:

Image
1.png

execute:

Code: Select all

nconvert.exe -text test -text_flag center -o %_new.png 1.png
the text always appear at top-left:

Image
1_new.png

It seems below commands doesn't work:

-text_font
-text_color
-text_back
-text_flag
-text_pos

Posted: Wed Nov 05, 2008 9:28 am
by tireless
I know why!

there are two promblems:

1.the command order,this one is correct:

Code: Select all

nconvert.exe -text_flag center -text test -o %_new.png 1.png
2.There is something wrong with my picture in this Topic.I use SPX to capture as .gif file,and use PngOptimizer to reduce the file size and convert to .png file. <- that's the problem.

Re: "-text_flag" Command doesn't work

Posted: Wed Nov 05, 2008 9:37 am
by xnview
Please use

Code: Select all

nconvert.exe -text_flag center -text test -o %_new.png 1.png