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

-dest

-dest key is used to specify the destination folder for resulting files. Besides specifying folders directly, you can use special macros in it. Macros are used to refer to default Windows folders. The general appearance of the key is as follows:

-dest [Folder]

Folder is a line specifying the name of the destination folder for resulting files. In simpler cases you can specify a folder directly.

Example:

ICPCL.exe -convertto bmp -source "C:\Original files" -dest "C:\Converted files"

This parameter can accept macros to specify default Windows folders. Below is a list of available macros:

macro description
{My ocuments} the folder used to store documents of the current user (usually C:\ Documents and Settings\<User name>\My Documents)
{My Pictures} the folder used to store graphics files of the current user (usually C:\ Documents and Settings\<User name>\My Pictures)
{Windows Temp} the folder used to store temporary files (for example, C:\WINDOWS\Temp)
{Source path} the folder containing source files.

Example:

ICPCL.exe -convertto bmp -source "C:\Original files" -dest "{My Pictures}"

This parameter can accept combinations of macros and directly specified subdirectories.

Example:

ICPCL.exe -convertto bmp -source "C:\Original files" -dest "{My Pictures}\ImageConveter Plus"

tips

  • To successfully create an output file, it is necessary that the specified folder be available for writing. This concerns all launches, including those from other applications and with other user names.
  • Use full paths if you want to specify a directory without using macros.

Example:

ICPCL.exe -dest "c:\my fotos\bmp" -convertto bmp -save_opt convert_subfolders:yes -source "c:\my fotos\*.jpg"

  • Typically, the output folder is specified in the script. So, when using scripts, use -dest key only if you want to save resulting files to another folder.
  • Be careful when using {My Documents} and {My Pictures} macros. If the command line is executed with different user names, resulting files will be copied to different folders.
  • If the folder specified in -dest key parameter does not exist, it will be created.

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