"c:\program files\XnView\nconvert" -o result_%.jpg test.jpg test2.jpg
- this should not change the picture a bit, but just concatenate result_ to the filename but the result is:
Conversion of test.jpg into result_.jpg OK
- and not result_test.jpg...
I have tried a lot of possible ways, but none gave me a result_test.jpg
I find this one a little strange:
"c:\program files\XnView\nconvert" -o c:\test\result_%.jpg c:\test\test.jpg
gives this result:
Error: Can't open file (c:\test\result_\test\test.jpg)

In the end I would like to do something like this:
"c:\program files\XnView\nconvert" -o c:\test\test_%.gif -truecolours - colours 256 -out gif -ratio -rtype linear -resize 120 120 "c:\test\test.jpg" "c:\test\test2.jpg"
Thanks for a real cool viewer and converter!
Anders Hermansen, Denmark