Page 1 of 1

help with xnview export

Posted: Mon Nov 09, 2009 5:01 pm
by bregan
Is there a way to make this grab all files, instead of specifying the name of each? I'm a bit confused with the the input instructions in help.

nconvert -npcd 2 -size 256x256+0 -ctype grey -corder inter -out jpeg -o z:\PictureOutput\%%.jpg -crop 1209 512 1097 1342 -ratio -rtype lanczos -rflag orient -resize 169 220 "Z:\PictureInput\100_0001.JPG" "Z:\PictureInput\100_0002.JPG" "Z:\PictureInput\100_0003.JPG" "Z:\PictureInput\100_0004.JPG" "Z:\PictureInput\100_0005.JPG" "Z:\PictureInput\100_0006.JPG"

Re: help with xnview export

Posted: Mon Nov 09, 2009 6:29 pm
by bregan

Code: Select all

nconvert -npcd 2 -size 256x256+0 -ctype grey -corder inter -out jpeg -o z:\PictureOutput\%%.jpg -crop 1209 512 1097 1342 -ratio -rtype lanczos -rflag orient -resize 169 220 z:\pictureinput\*.jpg
Well, the obvious works.