Hi.
I´m trying to convert 5 files (tiff uncompressed) in a directory c:\imgs
into 5 files with the same name but in directory c:\imgs\temp with format Tiff compressed CCITT group 4.
How can I do it with Nconvert v4.17.
Thanks
how convert into tiff group 4
Moderators: helmut, XnTriq, xnview
Re: how convert into tiff group 4
Try :populus wrote:I´m trying to convert 5 files (tiff uncompressed) in a directory c:\imgs
into 5 files with the same name but in directory c:\imgs\temp with format Tiff compressed CCITT group 4.
How can I do it with Nconvert v4.17.
nconvert -out tif -o c:\newdir\% c:\srcdir\*.tif
Pierre.