help with xnview export

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

Moderators: helmut, XnTriq, xnview

Post Reply
bregan
Posts: 2
Joined: Mon Nov 09, 2009 4:55 pm

help with xnview export

Post 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"
bregan
Posts: 2
Joined: Mon Nov 09, 2009 4:55 pm

Re: help with xnview export

Post 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.
Post Reply