Search found 2 matches

by ingo
Mon Jan 10, 2005 1:56 pm
Forum: NConvert
Topic: renaming output files
Replies: 6
Views: 4400

renaming output files

if I want to rename the output files with the # placeholder it only generates one image with the number 0. I use this in a batch file like

c:\programme\xnview\nconvert -npcd 2 -q 70 -size 256x256+0 -opthuff -rmeta -ctype grey -corder inter -out jpeg -o "##.jpg" -ratio -rtype lanczos -resize 800 800 ...
by ingo
Mon Jan 10, 2005 1:48 pm
Forum: NConvert
Topic: Recurse subdirectories
Replies: 8
Views: 8711

In a batch file under Windows XP I use

for /R %%I in (*.*) do c:\programme\xnview\nconvert -npcd 2 -q 70 -size 256x256+0 -opthuff -rmeta -ctype grey -corder inter -out jpeg -o "J:\bild\%%~nI.jpg" -ratio -rtype lanczos -resize 800 800 "%%I"

to convert all files including subdirectories