Command line GIF batch converter
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

Command line GIF batch converter

Graphics Interchange Format (GIF)

GIF file format is used to hold and transfer images in index color mode (not more than 256). Settings of this format are adjusted with the help of the following parameters:

  • colors - number of colors (default - 255)
  • quant - quantization levels (default - 8)
  • dither - dithering (default - yes)
  • multipage - multipage option (default - "AS IS")
  • interlace - save interlaced (default- no)
  • opt_lossless - optimize without quality loss (default - no)

colors

Colors parameter specifies the number of colors in the resulting file. Its allowed walues are whole numbers from 2 to 256.

The default value is: 255.

Example:

-convertto gif colors:128

quant

Quant parameter reduces the number of distinct colors used in an image while preserving visual image quality. The allowed values of Quantization parameter are whole numbers from 0 to 8. The default value is: 8.

Example:

-convertto gif quant:4

dither

Dither is a form of noise, or 'erroneous' signal or data which is added to sample data to minimize quantization error. The allowed values of dither parameter are : yes and no.

The default value is: yes.

Example:

-convertto gif dither:no

multipage

Multipage parameter specifies the way of saving output images: as single files or one multipage file. Its allowed values are:

  • as_is - all converted images are saved to resulting files in accordance with the structure of source files.
  • separate_pages - all source files, single-page as well as multipage, will be saved as separate single-page files.
  • multipage - all source images will be saved to one multipage file.
  • append - all source images will be added to the specified multipage file.

The default value is: as_is.

Example:

-convertto gif multipage:separate_pages

interlace

Interlace parameter activates or deactivates interlacing of output files. Its allowed values are:

  • yes - interlacing of output files is activated.
  • no - interlacing of output files is deactivated.

The default value is: no.

Example:

-convertto gif interlace:yes

opt_lossless

Opt_lossless parameter activates/deactivates lossless image optimizing. Its allowed values are:

  • yes - optimizing of output files is activated.
  • no - optimizing of output files is deactivated.

The default value is: no.

Example:

-convertto gif opt_lossless:yes

ICPCL.exe -convertto gif colors:128 quant:4 dither:no multipage:append interlance:yes opt_less:yes -source "C:\Original files" -dest "C:\Converted files"

tips

  1. When creating multipage files, the order of their pages is specified by the order of converted images (that is, the way they are sorted with the help of -sort key).

  2. If interlace parameter is activated, output files are created as follows: rows # 1, 5, 10 etc. are written first, rows # 2, 6, 11 etc. are written next, etc. This results in small increase of the file size. The main advantage of this mode is the way such images are loaded (rows # 1, 5, 10 etc. during the first pass, rows # 2, 6, 11 etc. during the second pass). The loaded rows are stretched to fill whole image space, so that users could understand what this image is like without waiting for it to load completely. This option is mostly used on the Web.


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