Page 1 of 1

Command line options of XnConvert 1.0?

Posted: Mon Mar 21, 2011 5:55 pm
by Forseti
Command line options of XnConvert 1.0?

Thanks for Help!

Re: Command line options of XnConvert 1.0?

Posted: Mon Mar 21, 2011 8:07 pm
by xnview

Code: Select all

XnConvert file1 file3 file3
or

Code: Select all

XnConvert @filelist

Re: Command line options of XnConvert 1.0?

Posted: Mon Mar 21, 2011 8:33 pm
by Forseti
What are the silent install parameters of the new setup wizard ?

Re: Command line options of XnConvert 1.0?

Posted: Tue Mar 22, 2011 6:03 am
by WALLOON
I don't understand.
Is it possible to use XNCONVERT in batch mode ?
I use interactively to resize an image :
I save the scritp and see the batch file.
nconvert -ratio -rtype mitchell -resize 160 219
Now I want to resize many files in batch :
I try this one :
"C:\Program Files\XnView\nconvert" "C:\CLIENTS\collardbovy\mysql\dbf\images\br-d693.jpg" -ratio -rtype mitchell -resize 160 219
but the process gives me some error ?

Conversion of C:\CLIENTS\collardbovy\mysql\dbf\images\br-d693.jpg into C:\CLIENT
S\collardbovy\mysql\dbf\images\br-d693.jpg OK
Error: Can't open file (-ratio)
Error: Can't open file (-rtype)
Error: Can't open file (mitchell)
Error: Can't open file (-resize)
Error: Can't open file (160)
Error: Can't open file (219)

Could you give me some help ?
Thank you
Remy

Re: Command line options of XnConvert 1.0?

Posted: Tue Mar 22, 2011 8:06 am
by xnview
What are the silent install parameters of the new setup wizard ?
There is no silent option for setup
WALLOON wrote:I don't understand.
Is it possible to use XNCONVERT in batch mode ?
I use interactively to resize an image :
I save the scritp and see the batch file.
nconvert -ratio -rtype mitchell -resize 160 219
Now I want to resize many files in batch :
I try this one :
"C:\Program Files\XnView\nconvert" "C:\CLIENTS\collardbovy\mysql\dbf\images\br-d693.jpg" -ratio -rtype mitchell -resize 160 219
but the process gives me some error ?

Conversion of C:\CLIENTS\collardbovy\mysql\dbf\images\br-d693.jpg into C:\CLIENT
S\collardbovy\mysql\dbf\images\br-d693.jpg OK
Error: Can't open file (-ratio)
Error: Can't open file (-rtype)
Error: Can't open file (mitchell)
Error: Can't open file (-resize)
Error: Can't open file (160)
Error: Can't open file (219)
NConvert not XnConvert, right?
the good command is nconvert -ratio -rtype mitchell -resize 160 219 br-d693.jpg