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

Discussions on NConvert - the command line tool for image conversion and manipulation

Moderators: XnTriq, helmut, xnview

Guest

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

Post 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
User avatar
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.

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

Post by Guest »

Is there an option to exclude all jpg images in the Batch Convert of Xnview?