Page 1 of 1
Writing converted file to a subdir ?
Posted: Tue Feb 17, 2004 10:44 am
by Ludo
Hello,
Is there a way to write te converted image into a subdirectory or into another directory (Xnview allows that) ?
Thanks
Ps: i'm using nconvert v3.88
Re: Writing converted file to a subdir ?
Posted: Tue Feb 17, 2004 8:43 pm
by xnview
Ludo wrote:Is there a way to write te converted image into a subdirectory or into another directory (Xnview allows that) ?
You can use nconvert -o folder/%.png -out png *.jpg
% is replaced by orignal filename
Pierre.
Re: Writing converted file to a subdir ?
Posted: Tue Feb 17, 2004 9:03 pm
by helmut
Ludo wrote:...Is there a way to write te converted image into a subdirectory or into another directory?...
As output file you can specify a pure filename (output.jpg) or a filename with path (C:\temp\output.jpg) as parameter.
E.g. for converting a TIFF image to JPG format and save it in C:\temp you would use:
nconvert -o C:\temp\output.jpg -out jpeg input.tif