Command line options of XnConvert 1.0?
Thanks for Help!
Command line options of XnConvert 1.0?
Moderators: helmut, XnTriq, xnview
-
- Posts: 2
- Joined: Mon Mar 21, 2011 5:47 pm
- Location: Berlin
-
- Author of XnView
- Posts: 45837
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France
Re: Command line options of XnConvert 1.0?
Code: Select all
XnConvert file1 file3 file3
Code: Select all
XnConvert @filelist
Pierre.
-
- Posts: 2
- Joined: Mon Mar 21, 2011 5:47 pm
- Location: Berlin
Re: Command line options of XnConvert 1.0?
What are the silent install parameters of the new setup wizard ?
-
- Posts: 1
- Joined: Tue Mar 22, 2011 5:59 am
Re: Command line options of XnConvert 1.0?
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
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
-
- Author of XnView
- Posts: 45837
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France
Re: Command line options of XnConvert 1.0?
There is no silent option for setupWhat are the silent install parameters of the new setup wizard ?
NConvert not XnConvert, right?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)
the good command is nconvert -ratio -rtype mitchell -resize 160 219 br-d693.jpg
Pierre.