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
Writing converted file to a subdir ?
Moderators: helmut, XnTriq, xnview
Re: Writing converted file to a subdir ?
You can use nconvert -o folder/%.png -out png *.jpgLudo wrote:Is there a way to write te converted image into a subdirectory or into another directory (Xnview allows that) ?
% is replaced by orignal filename
Pierre.
Re: Writing converted file to a subdir ?
As output file you can specify a pure filename (output.jpg) or a filename with path (C:\temp\output.jpg) as parameter.Ludo wrote:...Is there a way to write te converted image into a subdirectory or into another directory?...
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