Search found 2 matches

by bregan
Mon Nov 09, 2009 6:29 pm
Forum: NConvert
Topic: help with xnview export
Replies: 1
Views: 752

Re: help with xnview export

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.
by bregan
Mon Nov 09, 2009 5:01 pm
Forum: NConvert
Topic: help with xnview export
Replies: 1
Views: 752

help with xnview export

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