Command line syntax
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

Image Converter Plus command line syntax


Image Converter Plus software allow you to convert image files to tiff format. The syntax of the command line used to manage the program can be seen below.

General appearance of command line:

 

Key Example of additional key information
"Convert to Bmp, True Colors (24bpp).icp"
"c:\to_bmp.cmd"
"C:\Original files\"
bmp bpp:16 rows: bottom_top quant:8 dither: yes
"C:\Converted files"
convert_subfolders:yes restore_subfolders:yes open_target:yes log:yes
"{Title}.{Type}" exists:overwrite
if_exists:auto_rename
Resize size:640 480 units:pixels hdpi:100 vdpi:100 units:inches keep_prop:no method:nearest nozoom:no
name ascending

You can use one or more parameters to achieve the desired result, for example.

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.

If you experience any problems with command line, if you get large or corrupted or low quality images, please, feel free to ask fCoder Support team, and we'll try to find solution for your case.

See also:


· How to launch the program
· How to launch from batch file
· How to launch from your application

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