How to convert TIFF file with Wang OldJPEG compression into standard
TIFF?
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 ImageConverter 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 compression:CCITT_Fax4 -source "c:\source\*.*" -dest "c:\out" -save_opt convert_subfolders:yes restore_subfolders:yes
- To convert your files to grayscale TIFF, enter:
ICPCL.exe -convertto tiff bpp:8 -source "c:\source" -dest "C:\out" -save_opt convert_subfolders:yes restore_subfolders:yes -oper Effect effect:grayscale
- To convert your files to color TIFF, enter:
ICPCL.exe -convertto tiff -source "C:\PCX Images\*.pcx" -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.
Information for developers:
Image Open Save Dialog
We are happy to announce a new tool offered by our company as a part of "Complete Image Convesion Solution" project.
www.image-open-save-dialog.com
Working with the command line is best illustrated at
www.online-image-converter.com
The conversion is carried out with the help of ImageConverter Plus Command Line.
You can convert your images free of charge and without any limitations.
Īnline-image-converter just illustrates the command line support and that's why it lacks some features available with command line when used offline.
Information for solution suppliers and system integrators
The company is happy to inform our customers about the fact that a new image conversion management tool, ImageConverter Plus Scheduler, is under private testing now.
www.command-line-imageconverterplus.com