Page 1 of 1

convert all non-jpg images to jpg in multiple folders.

Posted: Fri Aug 11, 2006 7:59 am
by Guest
I can't seem to find out how to convert all non-jpg files to jpg files that are spread over several folders with nconvert. If I try to do it from xnview it will convert all jpg files as well and when I try it from command-line it will not go into subfolders. Is there a recursive option that I am missing?

P:\057 NAC>nconvert.exe -i *.tif -o jpg
** NCONVERT v4.57 (c) 1991-2005 Pierre-E Gougelet (Mar 3 2006/12:54:08) **
Version for Windows NT/9x/2000 (All rights reserved)
** This is a freeware software (for non commercial use)

Error: Can't open file (*.tif)

Error: Can't open file (-o)

Error: Can't open file (jpg)


P:\057 NAC>nconvert.exe -i *.tif -o jpg

Re: convert all non-jpg images to jpg in multiple folders.

Posted: Fri Aug 11, 2006 9:11 am
by xnview
Anonymous wrote:I can't seem to find out how to convert all non-jpg files to jpg files that are spread over several folders with nconvert. If I try to do it from xnview it will convert all jpg files as well and when I try it from command-line it will not go into subfolders. Is there a recursive option that I am missing?

P:\057 NAC>nconvert.exe -i *.tif -o jpg
** NCONVERT v4.57 (c) 1991-2005 Pierre-E Gougelet (Mar 3 2006/12:54:08) **
Version for Windows NT/9x/2000 (All rights reserved)
** This is a freeware software (for non commercial use)

Error: Can't open file (*.tif)

Error: Can't open file (-o)

Error: Can't open file (jpg)


P:\057 NAC>nconvert.exe -i *.tif -o jpg
Currently threre is no recursive option...

Posted: Fri Aug 11, 2006 9:30 am
by Guest
Is there an option to exclude all jpg images in the Batch Convert of Xnview?