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: XnTriq, helmut, xnview
-
- Author of XnView
- Posts: 42477
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France
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.