Page 1 of 1

command line resize

Posted: Sun Dec 30, 2012 3:53 pm
by ndrini
Hi,
how can I resize to 50% (with a command line prompt )
all jpg files in the folder
C: \ Users \ subu \ Desktop \ rimpicciolisci
with the program XnConvert?

This command line does not work ...

"C:\Program Files\XnConvert\xnconvert.exe" C:\Users\subu\Desktop\rimpicciolisci -out png -resize 50% 50% *.jpeg
"C:\Program Files\XnConvert\xnconvert.exe" -out png -resize 50% 50% "C:\Users\subu\Desktop\rimpicciolisci\*.jpg"

Thanks...

Andrea

Re: command line resize

Posted: Wed Jan 02, 2013 2:09 pm
by xnview
If you need a comand line tool, please check nconvert and not XnConvert.

Re: command line resize

Posted: Thu Jan 03, 2013 9:34 am
by ndrini
Thanks.
Andrea