How to convert grayscale image file into b/w TIFF?
Image Converter Plus
Image Converter Plus Home FeaturesDownloadOrderSupport

Introduction of ImageConverter Plus command line
Program Overview
Program Features
Comand line syntax
Script
Makebat
Source
Convertto
BMP
JPG
GIF
PNG
TGA
TIFF
PSD
EXR
DDS
PDF
EPS
MNG
Dest
Save_opt
Template
Target_opt
Add operations (-oper)
Crop
Effect
Mirror
Resize
Rotate
Replace_color
Canvas
Color_profile
Watermark
Page_filter
Sort
How to...
Launching the program
Launch the program?
Launch the program from BATCH-file?
Launch the program from another application?
Use ImageConverter Plus command line on Web-server?
Launch the program from PERL script under Windows server?
Launch the program from Cold Fusion?
Launch the program from ASP?
Hide concole window when I launch the program from my application?
Working with files and folders
Convert files from local network?
Convert files from folder with all subfolders?
Specify name of output file?
Delete source images after conversion?
Overwrite files?
Convert CALS Raster files to TIFF?
Convert DICOM image file into TIFF?
Convert PCX file into TIFF?
Convert PDF file into TIFF in batch mode?
Convert SFF files into TIFF?
Convert TIFF file with Wang OldJPEG compression into standard TIFF?
Convert WinFax files into TIFF?
Convert WPG clipart into TIFF?
Convert color image into grayscale TIFF?
Convert Group3 and Group4 Fax files into TIFF format?
Changing image size and resolution
Stretch image proportionally?
Change image resolution?
Change image size and keep resolution?
Working with border and margins
Crop white margins from photo and fax?
Add a solid border to all images?
Working with colors and transparency
Change one color to another?
Invert colors?
Convert file with CMYK color space?
Make colors transparent?
Other questions
Save each page of multipage file separately?
Find out what version of batch converter you have?
Convert TIFF file with rotation?
Create a multipage file?
Find out numeric color code?
Additional Information
Color effects
Features in details
Supported formats
Registration and licensing
License agreement
Order ImageConverter Plus
fCoder On-line
About
Online support form
Custom development

How to convert grayscale image file into b/w TIFF?


Some document types (scanned checks, documents, drafts etc.) should be stored in TIFF format as black-and-white 1 bit images. This will save your HDD and database space. Black-and-white TIFF images can also be faxed. TIFF format has special compression algorithms to store black-and-white images: CCITT Group 3 and CCITT Group 4.

To convert color or grayscale image files to black-and-white images with CCITT Group 4 compression:

  • Download and install Image Converter Plus program
  • Press 'Start" button, then select 'Run...' and press it
  • Enter the following command line:

    ICPCL.exe –convertto tiff –source " C:\Source Images\*.*" –dest "C:\out\" dither:no -save_opt convert_subfolders:yes restore_subfolders:yes compression:CCITT_Fax

  • Press 'OK' button
  • A DOS mode window will open and the conversion process will start
  • Converted files will be stored in 'C:\out' folder

To improve quality of black-and-white images you may use several special methods..

  • Make use of binarization functions specially designed for conversion of low contrast black-and-white images:

    2tiff.exe s="C:\Source Images\*.*" d="C:\out" -sf -binarize1 -ct3

    2tiff.exe s="C:\Source Images\*.*" d="C:\out" -sf -binarize2 -ct3

  • Make use of image dithering (improves image quality while increasing file size):

    ICPCL.exe –convertto tiff –source " C:\Source Images\*.*" –dest "C:\out\" -save_opt convert_subfolders:yes restore_subfolders:yes compression:CCITT_Fax4

If you do conversions often you may found it more convenient to make a conversion script as a BATCH-file.


© 2007, fCoder Group, Inc.
Site Map | Other Projects