|
Wang JPEG images encapsulated in TIFF files by Microsoft Office imaging
Version 6.01 are illegally formatted in several respects. Besides, TIFF
files with OldJPEG compression haven't spread widely and havent become
a de facto standard. Quite few image viewers can open TIFF files of this
type. So, TIFF-Wang OldJPEG and TIFF-OldJPEG are not the best format for
storing graphics data.
To convert TIFF-Wang OldJPEG, TIFF-OldJPEG and TIFF-JPEG files to TIFF
with common compression types:
- Download and install Image Converter Plus program
- Press 'Start' button, then select 'Run...' and press it
- Enter the following command line:
- To convert your files to black-and-white TIFF,enter
ICPCL.exe –convertto tiff –source " C:\Wang OldJPEG Images\*.*" –dest "C:\out\" -save_opt convert_subfolders:yes restore_subfolders:yes compression:CCITT_Fax
- To convert your files to grayscale TIFF, enter:
ICPCL.exe –convertto tiff –source " Wang OldJPEG Images\*.*" –dest "C:\out\" bpp:8 -save_opt convert_subfolders:yes
restore_subfolders:yes Effect effect:grayscale
- To convert your files to color TIFF, enter:
ICPCL.exe –convertto tiff –source " C:\Wang OldJPEG Images\*.*" –dest "C:\out\" -save_opt convert_subfolders:yes restore_subfolders:yes
- Press 'OK' button
- A DOS mode window will open and the conversion process will start
- Converted files will be stored in 'C:\out' folder
If you do conversions often you may found it more convenient to make
a conversion script as a BATCH-file.
|