I tried the following command on WXP
..\nconvert.exe -q 50 -ratio -resize 300 myphotos\*.jpg
There is e.g. 7 files in the directory "myphotos", but only 6 of them is converted. Always the first picture remains untouched. Maybe it is problem of windows handling wildcards... I dono.
wildcards (e.g. *.jpg) processing
Moderators: helmut, XnTriq, xnview
Re: wildcards (e.g. *.jpg) processing
You must use :covex wrote:I tried the following command on WXP
..\nconvert.exe -q 50 -ratio -resize 300 myphotos\*.jpg
There is e.g. 7 files in the directory "myphotos", but only 6 of them is converted. Always the first picture remains untouched. Maybe it is problem of windows handling wildcards... I dono.
..\nconvert.exe -q 50 -ratio -resize 300 0 myphotos\*.jpg
Pierre.