Command line options of XnConvert 1.0?

XnConvert Multi Platform - Windows, MacOSX, Linux

Moderators: helmut, XnTriq, xnview

Forseti
Posts: 2
Joined: Mon Mar 21, 2011 5:47 pm
Location: Berlin

Command line options of XnConvert 1.0?

Post by Forseti »

Command line options of XnConvert 1.0?

Thanks for Help!
User avatar
xnview
Author of XnView
Posts: 45837
Joined: Mon Oct 13, 2003 7:31 am
Location: France

Re: Command line options of XnConvert 1.0?

Post by xnview »

Code: Select all

XnConvert file1 file3 file3
or

Code: Select all

XnConvert @filelist
Pierre.
Forseti
Posts: 2
Joined: Mon Mar 21, 2011 5:47 pm
Location: Berlin

Re: Command line options of XnConvert 1.0?

Post by Forseti »

What are the silent install parameters of the new setup wizard ?
WALLOON
Posts: 1
Joined: Tue Mar 22, 2011 5:59 am

Re: Command line options of XnConvert 1.0?

Post 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
User avatar
xnview
Author of XnView
Posts: 45837
Joined: Mon Oct 13, 2003 7:31 am
Location: France

Re: Command line options of XnConvert 1.0?

Post 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
Pierre.