multiple sets of conversions on multiple sets of files

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

Moderators: helmut, XnTriq, xnview

Post Reply
erik@sea
Posts: 4
Joined: Wed Apr 06, 2011 9:59 am

multiple sets of conversions on multiple sets of files

Post by erik@sea »

Hi, I use the following commands saved in a text file test.txt and call the file with nconvert test.txt.
However, nconvert only converts the first 2 tifs and then stops.
I used the example from http://wiki.xnview.com/index.php?title= ... User_Guide.

Has anybody an idea of what I do wrong?
Thanks for any help.
cheers,
Erik

contents of text.txt
### -npcd 2 -size 256x256+0 -ctype grey -corder inter -out tiff -o %_a.tif -crop 0 0 4249 4096

001_2.tif
010_1.tif
### -npcd 2 -size 256x256+0 -ctype grey -corder inter -out tiff -o %_b.tif -crop 0 4774 4249 4096
001_2.tif
010_1.tif
010_2.tif
User avatar
xnview
Author of XnView
Posts: 46238
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

Re: multiple sets of conversions on multiple sets of files

Post by xnview »

Please add -overwrite
Pierre.
Post Reply