Discussions on NConvert - the command line tool for image conversion and manipulation
Moderators: helmut , XnTriq , xnview
Guest
Post
by Guest » Wed Sep 28, 2005 5:36 pm
Alright, I've search the forum and will start gonit through. I have two issues.
I'm need to conver all the files in a directory from Tif to BMP. I'm trying this commend line:
Nconvert -out bmp *.tif
But it keeps saying "Error: Can't open file (*.tif). Why doesn't this wildcard work?
And two. When I put in "nconvert -help" it scolls through too fast. Is there a page command I can add?
Thanks
Damon
Guest
Post
by Guest » Wed Sep 28, 2005 5:40 pm
Forgot, I'd also like to delete the original after converting. Is that possible?
xnview
Author of XnView
Posts: 46235 Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:
Post
by xnview » Wed Sep 28, 2005 6:11 pm
Anonymous wrote: Alright, I've search the forum and will start gonit through. I have two issues.
I'm need to conver all the files in a directory from Tif to BMP. I'm trying this commend line:
Nconvert -out bmp *.tif
But it keeps saying "Error: Can't open file (*.tif). Why doesn't this wildcard work?
Strange wildcard works, i've just checked
And two. When I put in "nconvert -help" it scolls through too fast. Is there a page command I can add?
Try nconvert -help | more
Pierre.
xnview
Author of XnView
Posts: 46235 Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:
Post
by xnview » Wed Sep 28, 2005 6:12 pm
Anonymous wrote: Forgot, I'd also like to delete the original after converting. Is that possible?
-D
Pierre.
Guest
Post
by Guest » Wed Sep 28, 2005 8:45 pm
Got the wildcard to work. Had to upgrade. but the more command, it doesn't recognize. Is there another location I can get a list of the -help?
Thanks
Guest
Post
by Guest » Wed Sep 28, 2005 8:47 pm
"-d" didn't work
Nconvert -d -out bmp *.tif
and tried
nconvert -out bmp *.tif -d
xnview
Author of XnView
Posts: 46235 Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:
Post
by xnview » Thu Sep 29, 2005 7:14 am
Anonymous wrote: Got the wildcard to work. Had to upgrade. but the more command, it doesn't recognize. Is there another location I can get a list of the -help?
Which OS do you have?
Pierre.
xnview
Author of XnView
Posts: 46235 Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:
Post
by xnview » Thu Sep 29, 2005 7:15 am
Anonymous wrote: "-d" didn't work
Nconvert -d -out bmp *.tif
and tried
nconvert -out bmp *.tif -d
Not -d but -D
Pierre.