Page 1 of 1

how convert into tiff group 4

Posted: Thu May 06, 2004 3:39 pm
by populus
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

Re: how convert into tiff group 4

Posted: Sat May 08, 2004 2:39 pm
by xnview
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.
Try :
nconvert -out tif -o c:\newdir\% c:\srcdir\*.tif
Pierre.