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 :: Oper

-oper

-oper key is used to add and adjust operations before saving images. Use it to specify or adjust any operation available in the program. The general appearance of the key is as follows:

-oper [Operation] [Parameter 1]:[Value 1]…[Parameter N]:[Value N]

Operation - operation name. Its allowed values are: Canvas, ColorProfile, Crop, Effect, Mirror, Resize, Rotate, PageFilter, ReplaceColor, Watermark.

  • Crop - image cropping.
  • Effect - applying color effects: Blur effect, Sharpen effect, Emboss effect, Water color effect, Smoothing noise effect, Maximum / minimum effects, Negative effect, Grayscale effect и Sepia effect.
  • Mirror - image mirroring (flipping).
  • Resize - image resizing.
  • Rotate - image rotation at an arbitary angle.
  • ReplaceColor - image color replacement.
  • Canvas - increasing/decreasing image size without scaling.
  • ColorProfile - applying color profiles to an image.
  • WateMark WaterMark - applying other "watermark" images to an image.
  • PageFilter - conversion of separate pages of a multipage file.

Parameter - operation parameter name. Can accept a large variety of values. Each operation has its own, often unique, parameters. For more information, refer to sections describing operations of interest.

Value - operation parameter value. Can accept various values depending on the specified parameter and the selected operation. For more information, refer to sections describing operations of interest.

Example:

ICPCL.exe -source "C:\Original files" -dest "C:\Converted files" -oper ReplaceColor src_color:"r:255,g:255,b:255,a:255" dest_color:"r:0,g:0,b:0,a:0" tolerance:0 smooth:yes

tips

  1. Be careful when specifying parameter names and values. For correct names and values, refer to sections describing operations of interest.

  2. We are constantly improving the program, so the list of available operations can be enhanced from time to time.

  3. Operations with all their parameters can be specified in scripts. If you use scripts, use -oper key only if you want to add an operation to existing ones.

    Example:

    ICPCL.exe -script "tobmpwithreplace.icp" -oper ReplaceColor tolerance:5

  4. Use several -oper keys to add several operations in one command line.

  5. If several operations before saving are specified in the command line, they will be executed according to their order in the line.


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