Command Line Examples:
ICPCL.exe –convertto tiff –source "C:\Original files\*.*" –dest "C:\Output\"
This line takes all graphics files from "C:\Original
files" directory, converts them to TIFF format and
saves them to "C:\Converted files"folder.
ICPCL.exe –convertto tiff –source "C:\Original files\*.*" –dest "C:\Output\" -save_opt convert_subfolders:yes restore_subfolders:yes
This line takes all graphics files from "C:\Original
files\" directory and all its subdirectories, converts
them to TIFF format and saves them to "C:\Converted
files" folder.
ICPCL.exe –convertto tiff dither:no compression:CCITT_Fax4 –source "C:\Original files\*.*" –dest "C:\Output\"
This line takes all graphics
files from "C:\Original files\"
directory, converts them to TIFF format and saves them to "C:\Converted
files" folder with CCITT FAX4 compression format.
ICPCL.exe –convertto tiff dither:no –source "C:\Original files\*.*" –dest "C:\Output\" -oper Resize size:300 300 keep_prop:no method: bilinear
This line takes all graphics files from "C:\Original
files\" directory, converts them to TIFF format
and saves them to "C:\Converted files"
folder. It will also increase or decrease the maximal value
of image height or width to 300 pixels (saving proportions)
using Bilinear interpolate method of resizing.
|