Code: Select all
-l file : Use file as filelist
But using the option, the correct syntax seems to be:
Code: Select all
-L file : Use file as filelist
Moderators: XnTriq, helmut, xnview
Code: Select all
-l file : Use file as filelist
Code: Select all
-L file : Use file as filelist
I'm getting different results with -l and -L ...
Code: Select all
nconvert.exe -o binder.tiff -multi -out tiff -c 7 -L Filelist.txt
Code: Select all
Input\1.tif Input\2.tif Input\3.tif Input\4.tif
Code: Select all
Input\1.tif Input\2.tif Input\3.tif Input\4.tif
I've tried
Code: Select all
-L Filelist.txt
Code: Select all
-l Filelist.txt
I don't understand it works or not?When using the following filelist format with the above code neither -l nor -L work, I'm not sure whether it should?
Code: Select all
Input\1.jpg
Input\2.jpg
Input\3.jpg
Input\4.jpg
Code: Select all
Input\1.jpg Input\2.jpg Input\3.jpg Input\4.jpg