Adding text does not work
Posted: Thu Oct 25, 2012 3:18 pm
I used XnConvert to create the code to adding a text. This was the result:
Then I removed the linefeed and added input and output:
The result was that it created "x_1.tif" and a lot of errors:
What is wrong?
(Current nconvert 6.21)
Peter
Code: Select all
nconvert -text_font Arial -text_color 0 0 0 -text_back 0 0 0 -text_flag top-left -text_pos 500 400 -text_rotation 0 -text "sdfefhrfghrfh
fhgfhfg
dghfdgh"
Code: Select all
nconvert -text_font Arial -text_color 0 0 0 -text_back 0 0 0 -text_flag top-left -text_pos 500 400 -text_rotation 0 -text "sdfefhrfghrfh" -o y.tif x.tif
Code: Select all
Error: Can't open file (0)
Error: Can't open file (0)
Error: Can't open file (0)
Error: Can't open file (-text_back)
Error: ....
(Current nconvert 6.21)
Peter