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
convert all non-jpg images to jpg in multiple folders.
Moderators: XnTriq, helmut, xnview
-
- Author of XnView
- Posts: 44930
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France
Re: convert all non-jpg images to jpg in multiple folders.
Currently threre is no recursive option...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
Pierre.