How to convert color image into grayscale TIFF?
- Download and install Image Converter Command Line program Press 'Start" button, then select 'Run...' and press it
- Enter the following command line:
- Press 'OK' button
- A DOS mode window will open and the conversion process will start
- Converted files will be stored in 'C:\out' folder
ICPCL.exe -convertto tiff -source "C:\Source\*.*" -dest "C:\out" -save_opt convert_subfolders:yes restore_subfolders:yes -oper Effect effect:grayscale
If you do conversions often you may found it more convenient to make a conversion script as a BATCH-file.