How to convert TIFF file with rotation?
Question:I am converting TIFF files with CCITT FAX4 compression
into the same format but with 90 degrees image rotation. The converted
file is almost two times larger than the source file.
Answer: Try this command line:
ICPCL.exe -convertto tiff compression:CCITT_Fax4 strip:Singlestrip -source "C:\In\*.tif" -dest "C:\out" -oper Rotate orient:cw angle:90
